From 8b582bb3715e62ba1f4a71122e7904750ba3812d Mon Sep 17 00:00:00 2001 From: FrothyMarrow Date: Tue, 21 May 2024 11:16:44 +0000 Subject: [PATCH] deploy: 2c9a9b4d2958b870177574f2ce784c219eb53939 --- options.html | 139 ++++++++++++++++++++++++++++++++++++++------- release-notes.html | 3 +- 2 files changed, 122 insertions(+), 20 deletions(-) diff --git a/options.html b/options.html index abcce9e..67dd285 100644 --- a/options.html +++ b/options.html @@ -142,7 +142,7 @@ package here may yield undesirable results.

package

Default: -<derivation neovim-unwrapped-0.9.5>

+<derivation neovim-unwrapped-0.10.0>

Declared by:

@@ -3192,7 +3192,7 @@ list of package

[ ]

Example: -[pkgs.fzf pkgs.ripgrep]

+"[pkgs.fzf pkgs.ripgrep]"

Declared by:

@@ -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:

+
+ +
+ +<nvf/modules/plugins/lsp/null-ls/null-ls.nix> + +
+ +
+ + vim.lsp.null-ls.debounce + + +
+
+

Default debounce

+ +

Type: +signed integer

+ +

Default: +250

+ +

Declared by:

+ + +
+ +<nvf/modules/plugins/lsp/null-ls/null-ls.nix> + +
+
+
+ + vim.lsp.null-ls.debug + + +
+
+

Whether to enable debugging information for `null-ls.

+ +

Type: +boolean

+ +

Default: +false

+ +

Example: +true

+ +

Declared by:

+ + +
+ +<nvf/modules/plugins/lsp/null-ls/null-ls.nix> + +
+
+
+ + vim.lsp.null-ls.default_timeout + + +
+
+

Default timeout value, in miliseconds

+ +

Type: +signed integer

+ +

Default: +5000

+ +

Declared by:

+ + +
+ +<nvf/modules/plugins/lsp/null-ls/null-ls.nix> + +
+
+
+ + 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 0.7

Table of Contents

Changelog

Release notes for release 0.7

Changelog

ItsSorae:

  • Added support for typst under vim.languages.typst This will enable the typst-lsp language server, and the typstfmt formatter

frothymarrow:

horriblename:

  • Fix broken treesitter-context keybinds in visual mode

NotAShelf

  • Add deno fmt as the default Markdown formatter. This will be enabled +anything to a submodule for better type checking.

  • Fix null vim.lsp.mappings generating an error and not being filtered out.

horriblename:

  • Fix broken treesitter-context keybinds in visual mode

  • Depcrecate use of __empty to define empty tables in lua. Empty attrset are +no longer filtered and thus should be used instead.

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