mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-10-18 06:29:34 +00:00
docs: update release notes
This commit is contained in:
parent
c13edf9961
commit
572ea52a25
1 changed files with 6 additions and 0 deletions
|
@ -28,6 +28,10 @@
|
||||||
align with the "hunks" themed mapping and avoid conflict with the new [neogit]
|
align with the "hunks" themed mapping and avoid conflict with the new [neogit]
|
||||||
group.
|
group.
|
||||||
|
|
||||||
|
- LSP keybinds and related plugin integrations are now attached in an LspAttach
|
||||||
|
autocmd event. If you were calling `default_on_attach()` in your LSP setup you
|
||||||
|
can remove them now.
|
||||||
|
|
||||||
[NotAShelf](https://github.com/notashelf):
|
[NotAShelf](https://github.com/notashelf):
|
||||||
|
|
||||||
[typst-preview.nvim]: https://github.com/chomosuke/typst-preview.nvim
|
[typst-preview.nvim]: https://github.com/chomosuke/typst-preview.nvim
|
||||||
|
@ -135,6 +139,8 @@
|
||||||
- Moved code setting `additionalRuntimePaths` and `enableLuaLoader` out of
|
- Moved code setting `additionalRuntimePaths` and `enableLuaLoader` out of
|
||||||
`luaConfigPre`'s default to prevent being overridden
|
`luaConfigPre`'s default to prevent being overridden
|
||||||
- Use conform over custom autocmds for LSP format on save
|
- Use conform over custom autocmds for LSP format on save
|
||||||
|
- Move LSP keybinds and other related plugin integrations into an LspAttach
|
||||||
|
event.
|
||||||
|
|
||||||
[diniamo](https://github.com/diniamo):
|
[diniamo](https://github.com/diniamo):
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue