diff --git a/options.html b/options.html
index 6511bcf..ad5d799 100644
--- a/options.html
+++ b/options.html
@@ -8220,7 +8220,7 @@ boolean
package
@@ -8652,7 +8652,7 @@ boolean
package or list of string
Default:
-<derivation dart-3.4.2>
+<derivation dart-3.4.4>
Example:
"[lib.getExe pkgs.jdt-language-server \"-data\" \"~/.cache/jdtls/workspace\"]"
@@ -9162,7 +9162,7 @@ boolean
package or list of string
Default:
-<derivation gopls-0.16.0>
+<derivation gopls-0.16.1>
Example:
"[lib.getExe pkgs.jdt-language-server \" - data \" \" ~/.cache/jdtls/workspace \"]"
@@ -9420,7 +9420,7 @@ boolean
package or list of string
Default:
-<derivation jdt-language-server-1.36.0>
+<derivation jdt-language-server-1.37.0>
Example:
"[lib.getExe pkgs.jdt-language-server \"-data\" \"~/.cache/jdtls/workspace\"]"
@@ -10728,7 +10728,7 @@ boolean
package or list of string
Default:
-<derivation phpactor-2024.03.09.0>
+<derivation phpactor-2024.06.30.0>
Example:
"[lib.getExe pkgs.jdt-language-server \" - data \" \" ~/.cache/jdtls/workspace \"]"
@@ -10882,7 +10882,7 @@ This is a python package with debugpy installed, see https://nixos.wiki/wiki/Pyt
package
Default:
-<derivation python3-3.11.9-env>
+<derivation python3-3.12.4-env>
Example:
with pkgs; python39.withPackages (ps: with ps; [debugpy])
@@ -10960,7 +10960,7 @@ boolean
package
Default:
-<derivation black-24.4.0>
+<derivation black-24.4.2>
Declared by:
@@ -11035,7 +11035,7 @@ boolean
package or list of string
Default:
-<derivation pyright-1.1.367>
+<derivation pyright-1.1.370>
Example:
"[lib.getExe pkgs.jdt-language-server \"-data\" \"~/.cache/jdtls/workspace\"]"
@@ -11365,7 +11365,7 @@ boolean
package or list of string
Default:
-<derivation rust-analyzer-2024-06-11>
+<derivation rust-analyzer-2024-06-24>
Example:
"[lib.getExe pkgs.jdt-language-server \"-data\" \"~/.cache/jdtls/workspace\"]"
@@ -11598,7 +11598,7 @@ boolean
package
Default:
-<derivation sqlfluff-3.0.7>
+<derivation sqlfluff-3.1.0>
Declared by:
@@ -11882,7 +11882,7 @@ boolean
package
Default:
-<derivation prettier-3.3.0>
+<derivation prettier-3.3.2>
Declared by:
@@ -11957,7 +11957,7 @@ boolean
package or list of string
Default:
-<derivation svelte-language-server-0.16.11>
+<derivation svelte-language-server-0.16.13>
Example:
"[lib.getExe pkgs.jdt-language-server \"-data\" \"~/.cache/jdtls/workspace\"]"
@@ -12113,7 +12113,7 @@ boolean
package or list of string
Default:
-<derivation tailwindcss-language-server-0.0.16>
+<derivation tailwindcss-language-server-0.0.20>
Example:
"[lib.getExe pkgs.jdt-language-server \" - data \" \" ~/.cache/jdtls/workspace \"]"
@@ -12478,7 +12478,7 @@ boolean
package
Default:
-<derivation prettier-3.3.0>
+<derivation prettier-3.3.2>
Declared by:
@@ -20005,7 +20005,7 @@ boolean
List of plugins to load on startup. This is used
internally to add plugins to Neovim’s runtime.
To add additional plugins to your configuration, consider
-using the vim.extraPlugins
+using the vim.extraPlugins
option.
Type:
@@ -29496,7 +29496,7 @@ boolean
null or package
Default:
-<derivation wakatime-cli-1.90.0>
+<derivation wakatime-cli-1.93.0>
Declared by:
diff --git a/release-notes.html b/release-notes.html
index 85ce262..79db337 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
Use clangd
as the default language server for C languages
NotAShelf:
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
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