@@ -3220,7 +3220,7 @@ attribute set of (submodule)
Default:
{ }
-Example:
with pkgs.vimPlugins; {
+Example:
with pkgs.vimPlugins; {
aerial = {
package = aerial-nvim;
setup = "require('aerial').setup {}";
@@ -3232,7 +3232,6 @@ attribute set of (submodule)
after = ["aerial"]; # place harpoon configuration after aerial
};
}
-
Declared by:
@@ -8296,7 +8295,7 @@ boolean
package or list of string
Default:
-<derivation vscode-langservers-extracted-4.8.0>
+<derivation vscode-langservers-extracted-4.9.0>
Example:
"[lib.getExe pkgs.jdt-language-server \" - data \" \" ~/.cache/jdtls/workspace \"]"
@@ -8935,7 +8934,7 @@ boolean
package or list of string
Default:
-<derivation elixir-ls-0.20.0>
+<derivation elixir-ls-0.21.1>
Example:
"[lib.getExe pkgs.jdt-language-server \" - data \" \" ~/.cache/jdtls/workspace \"]"
@@ -9553,7 +9552,7 @@ boolean
package or list of string
Default:
-<derivation lua-language-server-3.8.3>
+<derivation lua-language-server-3.9.1>
Declared by:
@@ -10501,7 +10500,7 @@ boolean
package
Default:
-<derivation ocaml5.1.1-ocamlformat-0.26.1>
+<derivation ocaml5.1.1-ocamlformat-0.26.2>
Declared by:
@@ -14004,6 +14003,105 @@ boolean
Example:
true
+Declared by:
+
+
+
+
+ vim.lsp.null-ls.debounce
+
+
+
+
+Default debounce
+
+Type:
+signed integer
+
+Default:
+250
+
+Declared by:
+
+
+
+
+ vim.lsp.null-ls.debug
+
+
+
+
+Whether to enable debugging information for `null-ls.
+
+Type:
+boolean
+
+Default:
+false
+
+Example:
+true
+
+Declared by:
+
+
+
+
+ vim.lsp.null-ls.default_timeout
+
+
+
+
+Default timeout value, in miliseconds
+
+Type:
+signed integer
+
+Default:
+5000
+
+Declared by:
+
+
+
+
+ vim.lsp.null-ls.diagnostics_format
+
+
+
+
+Diagnostic output format for null-ls
+
+Type:
+string
+
+Default:
+"[#{m}] #{s} (#{c})"
+
Declared by:
@@ -14642,7 +14740,7 @@ vim.opt.expandtab = true
- List of lua packages to install.
+List of lua packages to install
Type:
list of string
@@ -14651,7 +14749,7 @@ list of string
[ ]
Example:
-["magick" "serpent"]
+"[\"magick\" \"serpent\"]"
Declared by:
@@ -18311,8 +18409,9 @@ list of (null or package or one of “alpha-nvim”, “bufdelete-nvim”, “ca
Default:
[ ]
-Example: [pkgs.vimPlugins.vim-ghost]
-
+Example: ''
+ [pkgs.vimPlugins.vim-ghost]
+''
Declared by:
@@ -19099,7 +19198,7 @@ boolean
-List of python packages to install.
+List of python packages to install
Type:
list of string
@@ -19108,7 +19207,7 @@ list of string
[ ]
Example:
-["pynvim"]
+"[\"pynvim\"]"
Declared by:
@@ -19764,8 +19863,9 @@ list of (null or package or one of “alpha-nvim”, “bufdelete-nvim”, “ca
]
-Example: [pkgs.vimPlugins.telescope-nvim]
-
+Example: ''
+ [pkgs.vimPlugins.telescope-nvim]
+''
Declared by:
@@ -20014,6 +20114,7 @@ list of string
'searchcount',
maxcount = 999,
timeout = 120,
+ separator = {left = ''}
}
''
''
@@ -27614,7 +27715,7 @@ boolean
null or package
Default:
-<derivation wakatime-1.73.0>
+<derivation wakatime-1.90.0>
Declared by:
@@ -30128,7 +30229,7 @@ boolean
-Whether to enable NodeJs support in the Neovim wrapper.
+ Whether to enable NodeJs support in the Neovim wrapper
.
Type:
@@ -30156,7 +30257,7 @@ boolean
-Whether to enable Python3 support in the Neovim wrapper.
+ Whether to enable Python3 support in the Neovim wrapper
.
Type:
diff --git a/release-notes.html b/release-notes.html
index ab84b62..7e92997 100644
--- a/release-notes.html
+++ b/release-notes.html
@@ -144,7 +144,8 @@ nvim-notify documentation.
Release notes for release 0.7 ItsSorae: frothymarrow: horriblename: NotAShelf horriblename: 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
|