docs: update release notes

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Iea8737a4e1811247d0ffed27a70a12be6a6a6964
This commit is contained in:
raf 2026-06-12 12:26:38 +03:00 committed by raf
commit 7783ca61b7

View file

@ -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):