Skip to content

Postern 0.1.6

Choose a tag to compare

@github-actions github-actions released this 16 Sep 22:17
· 74 commits to main since this release

Postern 0.1.6

  • A Neovim plugin in editors/nvim for Neovim 0.11 or newer: filetypes for the four files and
    the server enabled through Neovim's own client, with no nvim-lspconfig needed.
  • A Fresh bundle in editors/fresh for Fresh 0.4.10 or newer: a grammar for the four files, their
    names claimed when the bundle loads, and the server started through Fresh's own client. The
    trust hint is a toggle in Fresh Settings.
  • The server handles the quick fix that stops trust hints itself, so it works from Fresh as well
    as VS Code. The hint stays off until the server restarts.
  • Changes sent as ranges, which Fresh does whatever the server asks for, are applied to the
    document. Before, the text of the last change replaced the whole file.