diff --git a/release-notes.html b/release-notes.html
index 9d7e8d4..2be48e5 100644
--- a/release-notes.html
+++ b/release-notes.html
@@ -148,7 +148,7 @@ from anything
to a submodule<
group for
Normal
, NormalFloat
, LineNr
, SignColumn
and optionally
NvimTreeNormal
to none
.
Fix
vim.ui.smartcolumn.setupOpts.custom_colorcolumn
-using the wrong type int
instead of the expected type string
.
Fix broken treesitter-context keybinds in visual mode
Deprecate use of __empty
to define empty tables in lua. Empty attrset are no
+using the wrong type int
instead of the expected type string
.
Fix unused src and version attributes in buildPlug
.
Fix broken treesitter-context keybinds in visual mode
Deprecate use of __empty
to define empty tables in lua. Empty attrset are no
longer filtered and thus should be used instead.
Add dap-go for better dap configurations
Make noice.nvim customizable
Add ocaml-lsp support.
Fix Emac typo
Move the theme
dag entry to before luaScript
.
Add rustfmt as the default formatter for Rust.
Enabled the terminal integration of catppuccin for theming Neovim’s built-in terminal (this also affects toggleterm).
Migrate bufferline to setupOpts for more customizability
Use clangd
as the default language server for C languages
Expose lib.nvim.types.pluginType
, which for example allows the user to
create abstractions for adding plugins
Migrate indent-blankline to setupOpts for more customizability. While the