neovim-flake/docs/release-notes/rl-0.8.md
raf 9888a277ad
git/gitsigns: migrate to setupOpts (#524)
* git/gitsigns: add `setupOpts` module option for user-specified setup table

* docs: update v0.8 release notes
2025-01-06 03:54:38 +03:00

956 B

Release 0.8

NotAShelf:

  • Add typst-preview.nvim under languages.typst.extensions.typst-preview-nvim.

  • Add a search widget to the options page in the nvf manual.

  • Add render-markdown.nvim under languages.markdown.extensions.render-markdown-nvim

  • Implement for user-specified setup table in gitsigns configuration.

amadaluzia:

diniamo:

  • Add Odin support under vim.languages.odin.

  • Disable the built-in format-on-save feature of zls. Use vim.lsp.formatOnSave instead.