From 9af50475f819164016cb8745f09ae5dd363acddc Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Tue, 16 Jul 2024 08:01:34 +0000 Subject: [PATCH] deploy: 0f17147d52a30cdd4e7190c39ed2f107fd721b0d --- release-notes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.

  • horriblename:

    • 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.

    horriblename:

    • 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

    jacekpoz:

    diniamo:

    • 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