From 13b4493b897fc88d89360685ad5f082d4194d707 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Sat, 6 Jul 2024 19:15:26 +0000 Subject: [PATCH] deploy: f1849c0ce57452988bf600e354f33d864881b9ac --- options.html | 4 ++-- release-notes.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/options.html b/options.html index 3496a58..6511bcf 100644 --- a/options.html +++ b/options.html @@ -8016,7 +8016,7 @@ boolean

package or list of string

Default: -<derivation ccls-0.20240202>

+<derivation clang-tools-17.0.6>

Example: "[lib.getExe pkgs.jdt-language-server \" - data \" \" ~/.cache/jdtls/workspace \"]"

@@ -8067,7 +8067,7 @@ null or string

one of “ccls”, “clangd”

Default: -"ccls"

+"clangd"

Declared by:

diff --git a/release-notes.html b/release-notes.html index 0788af7..85ce262 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 -longer filtered and thus should be used instead.

    • Add dap-go for better dap configurations

    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

    NotAShelf:

    • Add deno fmt as the default Markdown formatter. This will be enabled +longer filtered and thus should be used instead.

    • Add dap-go for better dap configurations

    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

    NotAShelf:

    • Add deno fmt as the default Markdown formatter. This will be enabled automatically if you have autoformatting enabled, but can be disabled manually if you choose to.

    • Add vim.extraLuaFiles for optionally sourcing additional lua files in your configuration.

    • Refactor programs.languages.elixir to use lspconfig and none-ls for LSP and