mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-06-12 15:58:58 +00:00
docs: update release notes
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Iea8737a4e1811247d0ffed27a70a12be6a6a6964
This commit is contained in:
parent
c6563bc90f
commit
7783ca61b7
1 changed files with 5 additions and 0 deletions
|
|
@ -192,6 +192,11 @@
|
|||
- Lazyload noice.nvim and nvim-web-devicons on `DeferredUIEnter`
|
||||
- Allow nulling treesitter packages for various language modules, filter `null`
|
||||
values in `vim.treesitter.grammars`.
|
||||
- Added {option}`vim.filetype` module option for registering custom filetypes
|
||||
via `vim.filetype.add()`, placed in the DAG before `lazyConfigs` so plugins
|
||||
can lazy-load on registered filetypes.
|
||||
- Moved `neovim/mappings` to `neovim/init/mappings.nix` to consolidate core
|
||||
Neovim init options.
|
||||
|
||||
[jfeo](https://github.com/jfeo):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue