> ## Documentation Index
> Fetch the complete documentation index at: https://docs.vorto-editor.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# 0.9.6

> `:lsp` status modal, LSP server auto-shutdown, and several rendering fixes.

Released **May 19, 2026**.

## New features

* **`:lsp` status modal.** Run `:lsp` to see attached language servers, their status, and the workspace root for the current buffer. See [LSP](/lsp/overview).
* **LSP auto-shutdown.** Language servers shut down automatically once no open buffer references them, freeing memory on long sessions.

## Updates

* **Status bar restyle.** The status bar background uses bright-black with edge padding for better contrast.

## Bug fixes

* Cursor and popup widths now account for fullwidth characters (CJK, emoji).
* `rustfmt` receives the `--edition` value from your `Cargo.toml` instead of falling back to the default edition.
