mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 21:30:51 +00:00
deploy: fc651e654f
This commit is contained in:
parent
7e9fe7dc7e
commit
10ff6d5b3d
3 changed files with 390 additions and 48 deletions
350
index.html
350
index.html
File diff suppressed because one or more lines are too long
38
options.html
38
options.html
|
@ -28,7 +28,7 @@ the <code class="option">nixpkgs.pkgs</code> option.</p></li></ul></div><p><span
|
|||
<neovim-flake/modules/basic/module.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.enableLuaLoader"></a><a class="link" href="options.html#opt-vim.enableLuaLoader"><code class="option">vim.enableLuaLoader</code></a></span></dt><dd><p>Whether to enable experimental Lua module loader to speed up the start up process.</p><p><span class="emphasis"><em>Type:</em></span> boolean</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">false</code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">true</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/basic/module.nix#blob-path" target="_top">
|
||||
<neovim-flake/modules/basic/module.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.package"></a><a class="link" href="options.html#opt-vim.package"><code class="option">vim.package</code></a></span></dt><dd><p>The neovim package to use. You will need to use an unwrapped package for this option to work as intended.</p><p><span class="emphasis"><em>Type:</em></span> package</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal"><derivation neovim-unwrapped-0.9.1></code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/basic/module.nix#blob-path" target="_top">
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.package"></a><a class="link" href="options.html#opt-vim.package"><code class="option">vim.package</code></a></span></dt><dd><p>The neovim package to use. You will need to use an unwrapped package for this option to work as intended.</p><p><span class="emphasis"><em>Type:</em></span> package</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal"><derivation neovim-unwrapped-0.9.2></code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/basic/module.nix#blob-path" target="_top">
|
||||
<neovim-flake/modules/basic/module.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.assistant.copilot.enable"></a><a class="link" href="options.html#opt-vim.assistant.copilot.enable"><code class="option">vim.assistant.copilot.enable</code></a></span></dt><dd><p>Whether to enable GitHub Copilot AI assistant.</p><p><span class="emphasis"><em>Type:</em></span> boolean</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">false</code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">true</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/assistant/copilot/copilot.nix#blob-path" target="_top">
|
||||
<neovim-flake/modules/assistant/copilot/copilot.nix>
|
||||
|
@ -38,7 +38,7 @@ the <code class="option">nixpkgs.pkgs</code> option.</p></li></ul></div><p><span
|
|||
Recommended to leave as default.</p><p><span class="emphasis"><em>Type:</em></span> string</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">"\${pkgs.nodejs-slim.out}/bin/node"</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/assistant/copilot/copilot.nix#blob-path" target="_top">
|
||||
<neovim-flake/modules/assistant/copilot/copilot.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.assistant.copilot.copilotNodePackage"></a><a class="link" href="options.html#opt-vim.assistant.copilot.copilotNodePackage"><code class="option">vim.assistant.copilot.copilotNodePackage</code></a></span></dt><dd><p>The nodeJS package that will be used for GitHub Copilot. If you are using a custom node command
|
||||
you may want to set this option to null so that the package is not pulled from nixpkgs.</p><p><span class="emphasis"><em>Type:</em></span> null or package</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal"><derivation nodejs-slim-18.16.1></code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/assistant/copilot/copilot.nix#blob-path" target="_top">
|
||||
you may want to set this option to null so that the package is not pulled from nixpkgs.</p><p><span class="emphasis"><em>Type:</em></span> null or package</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal"><derivation nodejs-slim-18.18.0></code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/assistant/copilot/copilot.nix#blob-path" target="_top">
|
||||
<neovim-flake/modules/assistant/copilot/copilot.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.assistant.copilot.mappings.panel.accept"></a><a class="link" href="options.html#opt-vim.assistant.copilot.mappings.panel.accept"><code class="option">vim.assistant.copilot.mappings.panel.accept</code></a></span></dt><dd><p>Accept suggestion</p><p><span class="emphasis"><em>Type:</em></span> null or string</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">"<CR>"</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/assistant/copilot/copilot.nix#blob-path" target="_top">
|
||||
<neovim-flake/modules/assistant/copilot/copilot.nix>
|
||||
|
@ -785,7 +785,7 @@ https://www.reddit.com/r/neovim/comments/orfpcd/question_does_the_c_parser_from_
|
|||
<neovim-flake/modules/languages/clang.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.languages.clang.lsp.enable"></a><a class="link" href="options.html#opt-vim.languages.clang.lsp.enable"><code class="option">vim.languages.clang.lsp.enable</code></a></span></dt><dd><p>Whether to enable Enable clang LSP support.</p><p><span class="emphasis"><em>Type:</em></span> boolean</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">false</code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">true</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/languages/clang.nix#blob-path" target="_top">
|
||||
<neovim-flake/modules/languages/clang.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.languages.clang.lsp.package"></a><a class="link" href="options.html#opt-vim.languages.clang.lsp.package"><code class="option">vim.languages.clang.lsp.package</code></a></span></dt><dd><p>clang LSP server package, or the command to run as a list of strings</p><p><span class="emphasis"><em>Type:</em></span> package or list of string</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal"><derivation ccls-0.20220729></code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">"[lib.getExe pkgs.jdt-language-server \" - data \" \" ~/.cache/jdtls/workspace \"]"</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/languages/clang.nix#blob-path" target="_top">
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.languages.clang.lsp.package"></a><a class="link" href="options.html#opt-vim.languages.clang.lsp.package"><code class="option">vim.languages.clang.lsp.package</code></a></span></dt><dd><p>clang LSP server package, or the command to run as a list of strings</p><p><span class="emphasis"><em>Type:</em></span> package or list of string</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal"><derivation ccls-0.20230717></code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">"[lib.getExe pkgs.jdt-language-server \" - data \" \" ~/.cache/jdtls/workspace \"]"</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/languages/clang.nix#blob-path" target="_top">
|
||||
<neovim-flake/modules/languages/clang.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.languages.clang.lsp.opts"></a><a class="link" href="options.html#opt-vim.languages.clang.lsp.opts"><code class="option">vim.languages.clang.lsp.opts</code></a></span></dt><dd><p>Options to pass to clang LSP server</p><p><span class="emphasis"><em>Type:</em></span> null or string</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">null</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/languages/clang.nix#blob-path" target="_top">
|
||||
<neovim-flake/modules/languages/clang.nix>
|
||||
|
@ -841,7 +841,7 @@ If you are using a flutter SDK installed from a different source and encounter t
|
|||
<neovim-flake/modules/languages/go.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.languages.go.lsp.enable"></a><a class="link" href="options.html#opt-vim.languages.go.lsp.enable"><code class="option">vim.languages.go.lsp.enable</code></a></span></dt><dd><p>Whether to enable Enable Go LSP support.</p><p><span class="emphasis"><em>Type:</em></span> boolean</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">false</code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">true</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/languages/go.nix#blob-path" target="_top">
|
||||
<neovim-flake/modules/languages/go.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.languages.go.lsp.package"></a><a class="link" href="options.html#opt-vim.languages.go.lsp.package"><code class="option">vim.languages.go.lsp.package</code></a></span></dt><dd><p>Go LSP server package, or the command to run as a list of strings</p><p><span class="emphasis"><em>Type:</em></span> package or list of string</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal"><derivation gopls-0.12.4></code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">"[lib.getExe pkgs.jdt-language-server \" - data \" \" ~/.cache/jdtls/workspace \"]"</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/languages/go.nix#blob-path" target="_top">
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.languages.go.lsp.package"></a><a class="link" href="options.html#opt-vim.languages.go.lsp.package"><code class="option">vim.languages.go.lsp.package</code></a></span></dt><dd><p>Go LSP server package, or the command to run as a list of strings</p><p><span class="emphasis"><em>Type:</em></span> package or list of string</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal"><derivation gopls-0.13.2></code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">"[lib.getExe pkgs.jdt-language-server \" - data \" \" ~/.cache/jdtls/workspace \"]"</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/languages/go.nix#blob-path" target="_top">
|
||||
<neovim-flake/modules/languages/go.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.languages.go.lsp.server"></a><a class="link" href="options.html#opt-vim.languages.go.lsp.server"><code class="option">vim.languages.go.lsp.server</code></a></span></dt><dd><p>Go LSP server to use</p><p><span class="emphasis"><em>Type:</em></span> value "gopls" (singular enum)</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">"gopls"</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/languages/go.nix#blob-path" target="_top">
|
||||
<neovim-flake/modules/languages/go.nix>
|
||||
|
@ -861,7 +861,7 @@ If you are using a flutter SDK installed from a different source and encounter t
|
|||
<neovim-flake/modules/languages/java.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.languages.java.lsp.enable"></a><a class="link" href="options.html#opt-vim.languages.java.lsp.enable"><code class="option">vim.languages.java.lsp.enable</code></a></span></dt><dd><p>Whether to enable Java LSP support (java-language-server).</p><p><span class="emphasis"><em>Type:</em></span> boolean</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">false</code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">true</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/languages/java.nix#blob-path" target="_top">
|
||||
<neovim-flake/modules/languages/java.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.languages.java.lsp.package"></a><a class="link" href="options.html#opt-vim.languages.java.lsp.package"><code class="option">vim.languages.java.lsp.package</code></a></span></dt><dd><p>java language server package, or the command to run as a list of strings</p><p><span class="emphasis"><em>Type:</em></span> package or list of string</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal"><derivation jdt-language-server-1.21.0></code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">"[lib.getExe pkgs.jdt-language-server \"-data\" \"~/.cache/jdtls/workspace\"]"</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/languages/java.nix#blob-path" target="_top">
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.languages.java.lsp.package"></a><a class="link" href="options.html#opt-vim.languages.java.lsp.package"><code class="option">vim.languages.java.lsp.package</code></a></span></dt><dd><p>java language server package, or the command to run as a list of strings</p><p><span class="emphasis"><em>Type:</em></span> package or list of string</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal"><derivation jdt-language-server-1.26.0></code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">"[lib.getExe pkgs.jdt-language-server \"-data\" \"~/.cache/jdtls/workspace\"]"</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/languages/java.nix#blob-path" target="_top">
|
||||
<neovim-flake/modules/languages/java.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.languages.java.treesitter.enable"></a><a class="link" href="options.html#opt-vim.languages.java.treesitter.enable"><code class="option">vim.languages.java.treesitter.enable</code></a></span></dt><dd><p>Whether to enable Enable Java treesitter.</p><p><span class="emphasis"><em>Type:</em></span> boolean</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">false</code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">true</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/languages/java.nix#blob-path" target="_top">
|
||||
<neovim-flake/modules/languages/java.nix>
|
||||
|
@ -871,7 +871,7 @@ If you are using a flutter SDK installed from a different source and encounter t
|
|||
<neovim-flake/modules/languages/lua.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.languages.lua.lsp.enable"></a><a class="link" href="options.html#opt-vim.languages.lua.lsp.enable"><code class="option">vim.languages.lua.lsp.enable</code></a></span></dt><dd><p>Whether to enable Enable Lua LSP support via LuaLS.</p><p><span class="emphasis"><em>Type:</em></span> boolean</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">false</code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">true</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/languages/lua.nix#blob-path" target="_top">
|
||||
<neovim-flake/modules/languages/lua.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.languages.lua.lsp.package"></a><a class="link" href="options.html#opt-vim.languages.lua.lsp.package"><code class="option">vim.languages.lua.lsp.package</code></a></span></dt><dd><p>LuaLS package, or the command to run as a list of strings</p><p><span class="emphasis"><em>Type:</em></span> package or list of string</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal"><derivation lua-language-server-3.6.25></code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/languages/lua.nix#blob-path" target="_top">
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.languages.lua.lsp.package"></a><a class="link" href="options.html#opt-vim.languages.lua.lsp.package"><code class="option">vim.languages.lua.lsp.package</code></a></span></dt><dd><p>LuaLS package, or the command to run as a list of strings</p><p><span class="emphasis"><em>Type:</em></span> package or list of string</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal"><derivation lua-language-server-3.7.0></code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/languages/lua.nix#blob-path" target="_top">
|
||||
<neovim-flake/modules/languages/lua.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.languages.lua.lsp.neodev.enable"></a><a class="link" href="options.html#opt-vim.languages.lua.lsp.neodev.enable"><code class="option">vim.languages.lua.lsp.neodev.enable</code></a></span></dt><dd><p>Whether to enable Enable neodev.nvim integration, useful for neovim plugin developers.</p><p><span class="emphasis"><em>Type:</em></span> boolean</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">false</code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">true</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/languages/lua.nix#blob-path" target="_top">
|
||||
<neovim-flake/modules/languages/lua.nix>
|
||||
|
@ -906,7 +906,7 @@ If you are using a flutter SDK installed from a different source and encounter t
|
|||
<neovim-flake/modules/languages/nix.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.languages.nix.lsp.enable"></a><a class="link" href="options.html#opt-vim.languages.nix.lsp.enable"><code class="option">vim.languages.nix.lsp.enable</code></a></span></dt><dd><p>Whether to enable Enable Nix LSP support.</p><p><span class="emphasis"><em>Type:</em></span> boolean</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">false</code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">true</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/languages/nix.nix#blob-path" target="_top">
|
||||
<neovim-flake/modules/languages/nix.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.languages.nix.lsp.package"></a><a class="link" href="options.html#opt-vim.languages.nix.lsp.package"><code class="option">vim.languages.nix.lsp.package</code></a></span></dt><dd><p>Nix LSP server package, or the command to run as a list of strings</p><p><span class="emphasis"><em>Type:</em></span> package or list of string</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal"><derivation nil-2023-05-09></code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">"[lib.getExe pkgs.jdt-language-server \"-data\" \"~/.cache/jdtls/workspace\"]"</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/languages/nix.nix#blob-path" target="_top">
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.languages.nix.lsp.package"></a><a class="link" href="options.html#opt-vim.languages.nix.lsp.package"><code class="option">vim.languages.nix.lsp.package</code></a></span></dt><dd><p>Nix LSP server package, or the command to run as a list of strings</p><p><span class="emphasis"><em>Type:</em></span> package or list of string</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal"><derivation nil-2023-08-09></code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">"[lib.getExe pkgs.jdt-language-server \"-data\" \"~/.cache/jdtls/workspace\"]"</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/languages/nix.nix#blob-path" target="_top">
|
||||
<neovim-flake/modules/languages/nix.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.languages.nix.lsp.server"></a><a class="link" href="options.html#opt-vim.languages.nix.lsp.server"><code class="option">vim.languages.nix.lsp.server</code></a></span></dt><dd><p>Nix LSP server to use</p><p><span class="emphasis"><em>Type:</em></span> string</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">"nil"</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/languages/nix.nix#blob-path" target="_top">
|
||||
<neovim-flake/modules/languages/nix.nix>
|
||||
|
@ -925,19 +925,19 @@ This is a python package with debugpy installed, see https://nixos.wiki/wiki/Pyt
|
|||
<neovim-flake/modules/languages/python.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.languages.python.format.enable"></a><a class="link" href="options.html#opt-vim.languages.python.format.enable"><code class="option">vim.languages.python.format.enable</code></a></span></dt><dd><p>Whether to enable Enable Python formatting.</p><p><span class="emphasis"><em>Type:</em></span> boolean</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">false</code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">true</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/languages/python.nix#blob-path" target="_top">
|
||||
<neovim-flake/modules/languages/python.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.languages.python.format.package"></a><a class="link" href="options.html#opt-vim.languages.python.format.package"><code class="option">vim.languages.python.format.package</code></a></span></dt><dd><p>Python formatter package</p><p><span class="emphasis"><em>Type:</em></span> package</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal"><derivation black-23.3.0></code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/languages/python.nix#blob-path" target="_top">
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.languages.python.format.package"></a><a class="link" href="options.html#opt-vim.languages.python.format.package"><code class="option">vim.languages.python.format.package</code></a></span></dt><dd><p>Python formatter package</p><p><span class="emphasis"><em>Type:</em></span> package</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal"><derivation black-23.9.1></code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/languages/python.nix#blob-path" target="_top">
|
||||
<neovim-flake/modules/languages/python.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.languages.python.format.type"></a><a class="link" href="options.html#opt-vim.languages.python.format.type"><code class="option">vim.languages.python.format.type</code></a></span></dt><dd><p>Python formatter to use</p><p><span class="emphasis"><em>Type:</em></span> value "black" (singular enum)</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">"black"</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/languages/python.nix#blob-path" target="_top">
|
||||
<neovim-flake/modules/languages/python.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.languages.python.lsp.enable"></a><a class="link" href="options.html#opt-vim.languages.python.lsp.enable"><code class="option">vim.languages.python.lsp.enable</code></a></span></dt><dd><p>Whether to enable Enable Python LSP support.</p><p><span class="emphasis"><em>Type:</em></span> boolean</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">false</code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">true</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/languages/python.nix#blob-path" target="_top">
|
||||
<neovim-flake/modules/languages/python.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.languages.python.lsp.package"></a><a class="link" href="options.html#opt-vim.languages.python.lsp.package"><code class="option">vim.languages.python.lsp.package</code></a></span></dt><dd><p>python LSP server package, or the command to run as a list of strings</p><p><span class="emphasis"><em>Type:</em></span> package or list of Concatenated string</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal"><derivation pyright-1.1.318></code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">"[lib.getExe pkgs.jdt-language-server \"-data\" \"~/.cache/jdtls/workspace\"]"</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/languages/python.nix#blob-path" target="_top">
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.languages.python.lsp.package"></a><a class="link" href="options.html#opt-vim.languages.python.lsp.package"><code class="option">vim.languages.python.lsp.package</code></a></span></dt><dd><p>python LSP server package, or the command to run as a list of strings</p><p><span class="emphasis"><em>Type:</em></span> package or list of string</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal"><derivation pyright-1.1.329></code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">"[lib.getExe pkgs.jdt-language-server \"-data\" \"~/.cache/jdtls/workspace\"]"</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/languages/python.nix#blob-path" target="_top">
|
||||
<neovim-flake/modules/languages/python.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.languages.python.lsp.server"></a><a class="link" href="options.html#opt-vim.languages.python.lsp.server"><code class="option">vim.languages.python.lsp.server</code></a></span></dt><dd><p>Python LSP server to use</p><p><span class="emphasis"><em>Type:</em></span> value "pyright" (singular enum)</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">"pyright"</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/languages/python.nix#blob-path" target="_top">
|
||||
<neovim-flake/modules/languages/python.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.languages.python.treesitter.enable"></a><a class="link" href="options.html#opt-vim.languages.python.treesitter.enable"><code class="option">vim.languages.python.treesitter.enable</code></a></span></dt><dd><p>Whether to enable Enable Python treesitter.</p><p><span class="emphasis"><em>Type:</em></span> boolean</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">false</code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">true</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/languages/python.nix#blob-path" target="_top">
|
||||
<neovim-flake/modules/languages/python.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.languages.python.treesitter.package"></a><a class="link" href="options.html#opt-vim.languages.python.treesitter.package"><code class="option">vim.languages.python.treesitter.package</code></a></span></dt><dd><p>Python treesitter grammar to use</p><p><span class="emphasis"><em>Type:</em></span> package</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal"><derivation python-grammar-0.0.0+rev=7c8930b></code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/languages/python.nix#blob-path" target="_top">
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.languages.python.treesitter.package"></a><a class="link" href="options.html#opt-vim.languages.python.treesitter.package"><code class="option">vim.languages.python.treesitter.package</code></a></span></dt><dd><p>Python treesitter grammar to use</p><p><span class="emphasis"><em>Type:</em></span> package</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal"><derivation python-grammar-0.0.0+rev=a901729></code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/languages/python.nix#blob-path" target="_top">
|
||||
<neovim-flake/modules/languages/python.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.languages.rust.enable"></a><a class="link" href="options.html#opt-vim.languages.rust.enable"><code class="option">vim.languages.rust.enable</code></a></span></dt><dd><p>Whether to enable Rust language support.</p><p><span class="emphasis"><em>Type:</em></span> boolean</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">false</code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">true</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/languages/rust.nix#blob-path" target="_top">
|
||||
<neovim-flake/modules/languages/rust.nix>
|
||||
|
@ -951,7 +951,7 @@ This is a python package with debugpy installed, see https://nixos.wiki/wiki/Pyt
|
|||
<neovim-flake/modules/languages/rust.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.languages.rust.lsp.enable"></a><a class="link" href="options.html#opt-vim.languages.rust.lsp.enable"><code class="option">vim.languages.rust.lsp.enable</code></a></span></dt><dd><p>Whether to enable Rust LSP support (rust-analyzer with extra tools).</p><p><span class="emphasis"><em>Type:</em></span> boolean</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">false</code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">true</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/languages/rust.nix#blob-path" target="_top">
|
||||
<neovim-flake/modules/languages/rust.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.languages.rust.lsp.package"></a><a class="link" href="options.html#opt-vim.languages.rust.lsp.package"><code class="option">vim.languages.rust.lsp.package</code></a></span></dt><dd><p>rust-analyzer package, or the command to run as a list of strings</p><p><span class="emphasis"><em>Type:</em></span> package or list of string</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal"><derivation rust-analyzer-2023-07-17></code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">"[lib.getExe pkgs.jdt-language-server \"-data\" \"~/.cache/jdtls/workspace\"]"</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/languages/rust.nix#blob-path" target="_top">
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.languages.rust.lsp.package"></a><a class="link" href="options.html#opt-vim.languages.rust.lsp.package"><code class="option">vim.languages.rust.lsp.package</code></a></span></dt><dd><p>rust-analyzer package, or the command to run as a list of strings</p><p><span class="emphasis"><em>Type:</em></span> package or list of string</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal"><derivation rust-analyzer-2023-10-02></code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">"[lib.getExe pkgs.jdt-language-server \"-data\" \"~/.cache/jdtls/workspace\"]"</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/languages/rust.nix#blob-path" target="_top">
|
||||
<neovim-flake/modules/languages/rust.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.languages.rust.lsp.opts"></a><a class="link" href="options.html#opt-vim.languages.rust.lsp.opts"><code class="option">vim.languages.rust.lsp.opts</code></a></span></dt><dd><p>Options to pass to rust analyzer</p><p><span class="emphasis"><em>Type:</em></span> string</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">""</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/languages/rust.nix#blob-path" target="_top">
|
||||
<neovim-flake/modules/languages/rust.nix>
|
||||
|
@ -971,7 +971,7 @@ This is a python package with debugpy installed, see https://nixos.wiki/wiki/Pyt
|
|||
<neovim-flake/modules/languages/sql.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.languages.sql.format.enable"></a><a class="link" href="options.html#opt-vim.languages.sql.format.enable"><code class="option">vim.languages.sql.format.enable</code></a></span></dt><dd><p>Whether to enable Enable SQL formatting.</p><p><span class="emphasis"><em>Type:</em></span> boolean</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">false</code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">true</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/languages/sql.nix#blob-path" target="_top">
|
||||
<neovim-flake/modules/languages/sql.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.languages.sql.format.package"></a><a class="link" href="options.html#opt-vim.languages.sql.format.package"><code class="option">vim.languages.sql.format.package</code></a></span></dt><dd><p>SQL formatter package</p><p><span class="emphasis"><em>Type:</em></span> package</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal"><derivation sqlfluff-2.1.2></code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/languages/sql.nix#blob-path" target="_top">
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.languages.sql.format.package"></a><a class="link" href="options.html#opt-vim.languages.sql.format.package"><code class="option">vim.languages.sql.format.package</code></a></span></dt><dd><p>SQL formatter package</p><p><span class="emphasis"><em>Type:</em></span> package</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal"><derivation sqlfluff-2.3.2></code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/languages/sql.nix#blob-path" target="_top">
|
||||
<neovim-flake/modules/languages/sql.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.languages.sql.format.type"></a><a class="link" href="options.html#opt-vim.languages.sql.format.type"><code class="option">vim.languages.sql.format.type</code></a></span></dt><dd><p>SQL formatter to use</p><p><span class="emphasis"><em>Type:</em></span> value "sqlfluff" (singular enum)</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">"sqlfluff"</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/languages/sql.nix#blob-path" target="_top">
|
||||
<neovim-flake/modules/languages/sql.nix>
|
||||
|
@ -983,7 +983,7 @@ This is a python package with debugpy installed, see https://nixos.wiki/wiki/Pyt
|
|||
<neovim-flake/modules/languages/sql.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.languages.sql.treesitter.enable"></a><a class="link" href="options.html#opt-vim.languages.sql.treesitter.enable"><code class="option">vim.languages.sql.treesitter.enable</code></a></span></dt><dd><p>Whether to enable Enable SQL treesitter.</p><p><span class="emphasis"><em>Type:</em></span> boolean</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">false</code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">true</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/languages/sql.nix#blob-path" target="_top">
|
||||
<neovim-flake/modules/languages/sql.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.languages.sql.treesitter.package"></a><a class="link" href="options.html#opt-vim.languages.sql.treesitter.package"><code class="option">vim.languages.sql.treesitter.package</code></a></span></dt><dd><p>SQL treesitter grammar to use</p><p><span class="emphasis"><em>Type:</em></span> package</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal"><derivation sql-grammar-0.0.0+rev=9fc30c9></code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/languages/sql.nix#blob-path" target="_top">
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.languages.sql.treesitter.package"></a><a class="link" href="options.html#opt-vim.languages.sql.treesitter.package"><code class="option">vim.languages.sql.treesitter.package</code></a></span></dt><dd><p>SQL treesitter grammar to use</p><p><span class="emphasis"><em>Type:</em></span> package</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal"><derivation sql-grammar-0.0.0+rev=39750c4></code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/languages/sql.nix#blob-path" target="_top">
|
||||
<neovim-flake/modules/languages/sql.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.languages.svelte.enable"></a><a class="link" href="options.html#opt-vim.languages.svelte.enable"><code class="option">vim.languages.svelte.enable</code></a></span></dt><dd><p>Whether to enable Svelte language support.</p><p><span class="emphasis"><em>Type:</em></span> boolean</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">false</code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">true</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/languages/svelte.nix#blob-path" target="_top">
|
||||
<neovim-flake/modules/languages/svelte.nix>
|
||||
|
@ -995,13 +995,13 @@ This is a python package with debugpy installed, see https://nixos.wiki/wiki/Pyt
|
|||
<neovim-flake/modules/languages/svelte.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.languages.svelte.format.enable"></a><a class="link" href="options.html#opt-vim.languages.svelte.format.enable"><code class="option">vim.languages.svelte.format.enable</code></a></span></dt><dd><p>Whether to enable Enable Svelte formatting.</p><p><span class="emphasis"><em>Type:</em></span> boolean</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">false</code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">true</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/languages/svelte.nix#blob-path" target="_top">
|
||||
<neovim-flake/modules/languages/svelte.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.languages.svelte.format.package"></a><a class="link" href="options.html#opt-vim.languages.svelte.format.package"><code class="option">vim.languages.svelte.format.package</code></a></span></dt><dd><p>Svelte formatter package</p><p><span class="emphasis"><em>Type:</em></span> package</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal"><derivation prettier-3.0.0></code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/languages/svelte.nix#blob-path" target="_top">
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.languages.svelte.format.package"></a><a class="link" href="options.html#opt-vim.languages.svelte.format.package"><code class="option">vim.languages.svelte.format.package</code></a></span></dt><dd><p>Svelte formatter package</p><p><span class="emphasis"><em>Type:</em></span> package</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal"><derivation prettier-3.0.3></code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/languages/svelte.nix#blob-path" target="_top">
|
||||
<neovim-flake/modules/languages/svelte.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.languages.svelte.format.type"></a><a class="link" href="options.html#opt-vim.languages.svelte.format.type"><code class="option">vim.languages.svelte.format.type</code></a></span></dt><dd><p>Svelte formatter to use</p><p><span class="emphasis"><em>Type:</em></span> value "prettier" (singular enum)</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">"prettier"</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/languages/svelte.nix#blob-path" target="_top">
|
||||
<neovim-flake/modules/languages/svelte.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.languages.svelte.lsp.enable"></a><a class="link" href="options.html#opt-vim.languages.svelte.lsp.enable"><code class="option">vim.languages.svelte.lsp.enable</code></a></span></dt><dd><p>Whether to enable Enable Svelte LSP support.</p><p><span class="emphasis"><em>Type:</em></span> boolean</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">false</code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">true</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/languages/svelte.nix#blob-path" target="_top">
|
||||
<neovim-flake/modules/languages/svelte.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.languages.svelte.lsp.package"></a><a class="link" href="options.html#opt-vim.languages.svelte.lsp.package"><code class="option">vim.languages.svelte.lsp.package</code></a></span></dt><dd><p>Svelte LSP server package, or the command to run as a list of strings</p><p><span class="emphasis"><em>Type:</em></span> package or list of string</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal"><derivation svelte-language-server-0.15.16></code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">"[lib.getExe pkgs.jdt-language-server \"-data\" \"~/.cache/jdtls/workspace\"]"</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/languages/svelte.nix#blob-path" target="_top">
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.languages.svelte.lsp.package"></a><a class="link" href="options.html#opt-vim.languages.svelte.lsp.package"><code class="option">vim.languages.svelte.lsp.package</code></a></span></dt><dd><p>Svelte LSP server package, or the command to run as a list of strings</p><p><span class="emphasis"><em>Type:</em></span> package or list of string</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal"><derivation svelte-language-server-0.15.19></code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">"[lib.getExe pkgs.jdt-language-server \"-data\" \"~/.cache/jdtls/workspace\"]"</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/languages/svelte.nix#blob-path" target="_top">
|
||||
<neovim-flake/modules/languages/svelte.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.languages.svelte.lsp.server"></a><a class="link" href="options.html#opt-vim.languages.svelte.lsp.server"><code class="option">vim.languages.svelte.lsp.server</code></a></span></dt><dd><p>Svelte LSP server to use</p><p><span class="emphasis"><em>Type:</em></span> value "svelte" (singular enum)</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">"svelte"</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/languages/svelte.nix#blob-path" target="_top">
|
||||
<neovim-flake/modules/languages/svelte.nix>
|
||||
|
@ -1019,7 +1019,7 @@ This is a python package with debugpy installed, see https://nixos.wiki/wiki/Pyt
|
|||
<neovim-flake/modules/languages/ts.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.languages.ts.format.enable"></a><a class="link" href="options.html#opt-vim.languages.ts.format.enable"><code class="option">vim.languages.ts.format.enable</code></a></span></dt><dd><p>Whether to enable Enable Typescript/Javascript formatting.</p><p><span class="emphasis"><em>Type:</em></span> boolean</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">false</code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">true</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/languages/ts.nix#blob-path" target="_top">
|
||||
<neovim-flake/modules/languages/ts.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.languages.ts.format.package"></a><a class="link" href="options.html#opt-vim.languages.ts.format.package"><code class="option">vim.languages.ts.format.package</code></a></span></dt><dd><p>Typescript/Javascript formatter package</p><p><span class="emphasis"><em>Type:</em></span> package</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal"><derivation prettier-3.0.0></code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/languages/ts.nix#blob-path" target="_top">
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.languages.ts.format.package"></a><a class="link" href="options.html#opt-vim.languages.ts.format.package"><code class="option">vim.languages.ts.format.package</code></a></span></dt><dd><p>Typescript/Javascript formatter package</p><p><span class="emphasis"><em>Type:</em></span> package</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal"><derivation prettier-3.0.3></code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/languages/ts.nix#blob-path" target="_top">
|
||||
<neovim-flake/modules/languages/ts.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.languages.ts.format.type"></a><a class="link" href="options.html#opt-vim.languages.ts.format.type"><code class="option">vim.languages.ts.format.type</code></a></span></dt><dd><p>Typescript/Javascript formatter to use</p><p><span class="emphasis"><em>Type:</em></span> one of "prettier", "prettierd"</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">"prettier"</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/languages/ts.nix#blob-path" target="_top">
|
||||
<neovim-flake/modules/languages/ts.nix>
|
||||
|
@ -1039,9 +1039,9 @@ This is a python package with debugpy installed, see https://nixos.wiki/wiki/Pyt
|
|||
<neovim-flake/modules/languages/zig.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.languages.zig.lsp.enable"></a><a class="link" href="options.html#opt-vim.languages.zig.lsp.enable"><code class="option">vim.languages.zig.lsp.enable</code></a></span></dt><dd><p>Whether to enable Zig LSP support (zls).</p><p><span class="emphasis"><em>Type:</em></span> boolean</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">false</code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">true</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/languages/zig.nix#blob-path" target="_top">
|
||||
<neovim-flake/modules/languages/zig.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.languages.zig.lsp.package"></a><a class="link" href="options.html#opt-vim.languages.zig.lsp.package"><code class="option">vim.languages.zig.lsp.package</code></a></span></dt><dd><p>ZLS package, or the command to run as a list of strings</p><p><span class="emphasis"><em>Type:</em></span> package or list of string</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal"><derivation zls-0.10.0></code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">"[lib.getExe pkgs.jdt-language-server \"-data\" \"~/.cache/jdtls/workspace\"]"</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/languages/zig.nix#blob-path" target="_top">
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.languages.zig.lsp.package"></a><a class="link" href="options.html#opt-vim.languages.zig.lsp.package"><code class="option">vim.languages.zig.lsp.package</code></a></span></dt><dd><p>ZLS package, or the command to run as a list of strings</p><p><span class="emphasis"><em>Type:</em></span> package or list of string</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal"><derivation zls-0.11.0></code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">"[lib.getExe pkgs.jdt-language-server \"-data\" \"~/.cache/jdtls/workspace\"]"</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/languages/zig.nix#blob-path" target="_top">
|
||||
<neovim-flake/modules/languages/zig.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.languages.zig.lsp.zigPackage"></a><a class="link" href="options.html#opt-vim.languages.zig.lsp.zigPackage"><code class="option">vim.languages.zig.lsp.zigPackage</code></a></span></dt><dd><p>Zig package used by ZLS</p><p><span class="emphasis"><em>Type:</em></span> package</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal"><derivation zig-0.10.1></code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/languages/zig.nix#blob-path" target="_top">
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.languages.zig.lsp.zigPackage"></a><a class="link" href="options.html#opt-vim.languages.zig.lsp.zigPackage"><code class="option">vim.languages.zig.lsp.zigPackage</code></a></span></dt><dd><p>Zig package used by ZLS</p><p><span class="emphasis"><em>Type:</em></span> package</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal"><derivation zig-0.11.0></code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/languages/zig.nix#blob-path" target="_top">
|
||||
<neovim-flake/modules/languages/zig.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.languages.zig.treesitter.enable"></a><a class="link" href="options.html#opt-vim.languages.zig.treesitter.enable"><code class="option">vim.languages.zig.treesitter.enable</code></a></span></dt><dd><p>Whether to enable Enable Zig treesitter.</p><p><span class="emphasis"><em>Type:</em></span> boolean</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">false</code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">true</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/languages/zig.nix#blob-path" target="_top">
|
||||
<neovim-flake/modules/languages/zig.nix>
|
||||
|
@ -1788,7 +1788,7 @@ Thus, it will not be wrapped in `""`.</p><p><span class="emphasis"><em>Type:</em
|
|||
<neovim-flake/modules/terminal/toggleterm/toggleterm.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.terminal.toggleterm.lazygit.enable"></a><a class="link" href="options.html#opt-vim.terminal.toggleterm.lazygit.enable"><code class="option">vim.terminal.toggleterm.lazygit.enable</code></a></span></dt><dd><p>Whether to enable LazyGit integration.</p><p><span class="emphasis"><em>Type:</em></span> boolean</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">false</code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">true</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/terminal/toggleterm/toggleterm.nix#blob-path" target="_top">
|
||||
<neovim-flake/modules/terminal/toggleterm/toggleterm.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.terminal.toggleterm.lazygit.package"></a><a class="link" href="options.html#opt-vim.terminal.toggleterm.lazygit.package"><code class="option">vim.terminal.toggleterm.lazygit.package</code></a></span></dt><dd><p>The package that should be used for lazygit. Setting it to null will attempt to use lazygit from your PATH</p><p><span class="emphasis"><em>Type:</em></span> null or package</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal"><derivation lazygit-0.39.4></code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/terminal/toggleterm/toggleterm.nix#blob-path" target="_top">
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.terminal.toggleterm.lazygit.package"></a><a class="link" href="options.html#opt-vim.terminal.toggleterm.lazygit.package"><code class="option">vim.terminal.toggleterm.lazygit.package</code></a></span></dt><dd><p>The package that should be used for lazygit. Setting it to null will attempt to use lazygit from your PATH</p><p><span class="emphasis"><em>Type:</em></span> null or package</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal"><derivation lazygit-0.40.2></code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/terminal/toggleterm/toggleterm.nix#blob-path" target="_top">
|
||||
<neovim-flake/modules/terminal/toggleterm/toggleterm.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.terminal.toggleterm.lazygit.direction"></a><a class="link" href="options.html#opt-vim.terminal.toggleterm.lazygit.direction"><code class="option">vim.terminal.toggleterm.lazygit.direction</code></a></span></dt><dd><p>Direction of the lazygit window</p><p><span class="emphasis"><em>Type:</em></span> one of "horizontal", "vertical", "tab", "float"</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">"float"</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/notashelf/neovim-flake/blob/main/modules/terminal/toggleterm/toggleterm.nix#blob-path" target="_top">
|
||||
<neovim-flake/modules/terminal/toggleterm/toggleterm.nix>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Appendix B. Release Notes</title><link rel="stylesheet" type="text/css" href="style.css" /><script src="highlight.min.js" type="text/javascript"></script><script src="highlight.load.js" type="text/javascript"></script><meta name="generator" content="DocBook XSL Stylesheets V1.79.2" /><link rel="home" href="index.html" title="neovim-flake Manual" /><link rel="up" href="index.html" title="neovim-flake Manual" /><link rel="prev" href="options.html" title="Appendix A. Configuration Options" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Appendix B. Release Notes</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="options.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> </td></tr></table><hr /></div><div class="appendix"><div class="titlepage"><div><div><h1 class="title"><a id="ch-release-notes"></a>Appendix B. Release Notes</h1></div></div></div><div class="toc"><dl class="toc"><dt><span class="section"><a href="release-notes.html#sec-release-0.1">B.1. Release 0.1</a></span></dt><dd><dl><dt><span class="section"><a href="release-notes.html#sec-release-0.1-changelog">B.1.1. Changelog</a></span></dt></dl></dd><dt><span class="section"><a href="release-notes.html#sec-release-0.2">B.2. Release 0.2</a></span></dt><dd><dl><dt><span class="section"><a href="release-notes.html#sec-release-0.2-changelog">B.2.1. Changelog</a></span></dt></dl></dd><dt><span class="section"><a href="release-notes.html#sec-release-0.3">B.3. Release 0.3</a></span></dt><dd><dl><dt><span class="section"><a href="release-notes.html#sec-release-0.3-changelog">B.3.1. Changelog</a></span></dt></dl></dd><dt><span class="section"><a href="release-notes.html#sec-release-0.4">B.4. Release 0.4</a></span></dt><dd><dl><dt><span class="section"><a href="release-notes.html#sec-release-0.4-changelog">B.4.1. Changelog</a></span></dt></dl></dd></dl></div><p>This section lists the release notes for tagged version of neovim-flake and current main.</p><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="sec-release-0.1"></a>B.1. Release 0.1</h2></div></div></div><p>This is the current master branch and information here is not final. These are changes from the v0.01 tag.</p><p>Special thanks to <a class="link" href="https://github.com/nix-community/home-manager/" target="_top">home-manager</a> for this release. Docs/manual generation, the new module evaluation system, and DAG implementation are from them.</p><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="sec-release-0.1-changelog"></a>B.1.1. Changelog</h3></div></div></div><p><a class="link" href="https://github.com/jordanisaacs" target="_top">jordanisaacs</a>:</p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Appendix B. Release Notes</title><link rel="stylesheet" type="text/css" href="style.css" /><script src="highlight.min.js" type="text/javascript"></script><script src="highlight.load.js" type="text/javascript"></script><meta name="generator" content="DocBook XSL Stylesheets V1.79.2" /><link rel="home" href="index.html" title="neovim-flake Manual" /><link rel="up" href="index.html" title="neovim-flake Manual" /><link rel="prev" href="options.html" title="Appendix A. Configuration Options" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Appendix B. Release Notes</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="options.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> </td></tr></table><hr /></div><div class="appendix"><div class="titlepage"><div><div><h1 class="title"><a id="ch-release-notes"></a>Appendix B. Release Notes</h1></div></div></div><div class="toc"><dl class="toc"><dt><span class="section"><a href="release-notes.html#sec-release-0.1">B.1. Release 0.1</a></span></dt><dd><dl><dt><span class="section"><a href="release-notes.html#sec-release-0.1-changelog">B.1.1. Changelog</a></span></dt></dl></dd><dt><span class="section"><a href="release-notes.html#sec-release-0.2">B.2. Release 0.2</a></span></dt><dd><dl><dt><span class="section"><a href="release-notes.html#sec-release-0.2-changelog">B.2.1. Changelog</a></span></dt></dl></dd><dt><span class="section"><a href="release-notes.html#sec-release-0.3">B.3. Release 0.3</a></span></dt><dd><dl><dt><span class="section"><a href="release-notes.html#sec-release-0.3-changelog">B.3.1. Changelog</a></span></dt></dl></dd><dt><span class="section"><a href="release-notes.html#sec-release-0.4">B.4. Release 0.4</a></span></dt><dd><dl><dt><span class="section"><a href="release-notes.html#sec-release-0.4-changelog">B.4.1. Changelog</a></span></dt></dl></dd><dt><span class="section"><a href="release-notes.html#sec-release-0.5">B.5. Release 0.5</a></span></dt><dd><dl><dt><span class="section"><a href="release-notes.html#sec-release-0.5-changelog">B.5.1. Changelog</a></span></dt></dl></dd></dl></div><p>This section lists the release notes for tagged version of neovim-flake and current main.</p><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="sec-release-0.1"></a>B.1. Release 0.1</h2></div></div></div><p>This is the current master branch and information here is not final. These are changes from the v0.01 tag.</p><p>Special thanks to <a class="link" href="https://github.com/nix-community/home-manager/" target="_top">home-manager</a> for this release. Docs/manual generation, the new module evaluation system, and DAG implementation are from them.</p><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="sec-release-0.1-changelog"></a>B.1.1. Changelog</h3></div></div></div><p><a class="link" href="https://github.com/jordanisaacs" target="_top">jordanisaacs</a>:</p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
|
||||
Removed hare language support (lsp/tree-sitter/etc). <code class="literal">vim.lsp.hare</code> is no longer defined. If you use hare and would like it added back, please file an issue.
|
||||
</li><li class="listitem"><p class="simpara">
|
||||
<a class="xref" href="options.html#opt-vim.startPlugins"><code class="option">vim.startPlugins</code></a> & <a class="xref" href="options.html#opt-vim.optPlugins"><code class="option">vim.optPlugins</code></a> are now an enum of <code class="literal">string</code> for options sourced from the flake inputs. Users can still provide vim plugin packages.
|
||||
|
@ -172,4 +172,52 @@ Added prettierd as an alternative formatter to prettier - currently defaults to
|
|||
Fixed presence.nvim inheriting the wrong client id
|
||||
</li><li class="listitem">
|
||||
Cleaned up documentation
|
||||
</li></ul></div></div></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="sec-release-0.5"></a>B.5. Release 0.5</h2></div></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="sec-release-0.5-changelog"></a>B.5.1. Changelog</h3></div></div></div><p><a class="link" href="https://github.com/horriblename" target="_top">horriblename</a>:</p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
|
||||
Added transparency support for tokyonight theme.
|
||||
</li><li class="listitem">
|
||||
Fixed a bug where cmp’s close and scrollDocs mappings wasn’t working.
|
||||
</li><li class="listitem">
|
||||
Streamlined and simplified extra plugin API with the addition of <a class="xref" href="options.html#opt-vim.extraPlugins"><code class="option">vim.extraPlugins</code></a>
|
||||
</li><li class="listitem">
|
||||
Allow using command names in place of LSP packages to avoid automatic installation.
|
||||
</li><li class="listitem">
|
||||
Add lua LSP and treesitter support, and neodev.nvim plugin support.
|
||||
</li></ul></div><p><a class="link" href="https://github.com/amanse" target="_top">amanse</a>:</p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
|
||||
Added daily notes options for obsidian plugin.
|
||||
</li><li class="listitem">
|
||||
Added jdt-language-server for Java.
|
||||
</li></ul></div><p><a class="link" href="https://github.com/yavko" target="_top">yavko</a>:</p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
|
||||
Added Deno Language Server for javascript/typescript
|
||||
</li><li class="listitem">
|
||||
Added support for multiple languages <a class="xref" href="options.html#opt-vim.spellChecking.languages"><code class="option">vim.spellChecking.languages</code></a>, and added vim-dirtytalk <a class="xref" href="options.html#opt-vim.spellChecking.enableProgrammingWordList"><code class="option">vim.spellChecking.enableProgrammingWordList</code></a>
|
||||
</li></ul></div><p><a class="link" href="https://github.com/FrothyMarrow" target="_top">frothymarrow</a>:</p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
|
||||
Renamed <code class="literal">vim.visuals.cursorWordline</code> to <a class="xref" href="options.html#opt-vim.visuals.cursorline.enable"><code class="option">vim.visuals.cursorline.enable</code></a>.
|
||||
</li><li class="listitem">
|
||||
Added <a class="xref" href="options.html#opt-vim.visuals.cursorline.lineNumbersOnly"><code class="option">vim.visuals.cursorline.lineNumbersOnly</code></a> to display cursorline only in the presence of line numbers.
|
||||
</li></ul></div><p><a class="link" href="https://github.com/notashelf" target="_top">notashelf</a>:</p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
|
||||
Added GitHub Copilot to nvim-cmp completion sources.
|
||||
</li><li class="listitem">
|
||||
Added <a class="xref" href="options.html#opt-vim.ui.borders.enable"><code class="option">vim.ui.borders.enable</code></a> for global and individual plugin border configuration.
|
||||
</li><li class="listitem">
|
||||
LSP integrated breadcrumbs with <a class="xref" href="options.html#opt-vim.ui.breadcrumbs.enable"><code class="option">vim.ui.breadcrumbs.enable</code></a> through nvim-navic
|
||||
</li><li class="listitem">
|
||||
LSP navigation helper with nvim-navbuddy, depends on nvim-navic (automatically enabled)
|
||||
</li><li class="listitem">
|
||||
Addeed nvim-navic integration for catppuccin theme
|
||||
</li><li class="listitem">
|
||||
Fixed mismatching zig language description
|
||||
</li><li class="listitem">
|
||||
Added support for <code class="literal">statix</code> and <code class="literal">deadnix</code> through <a class="xref" href="options.html#opt-vim.languages.nix.extraDiagnostics.types"><code class="option">vim.languages.nix.extraDiagnostics.types</code></a>
|
||||
</li><li class="listitem">
|
||||
Added lsp_lines plugin for showing diagnostic messages
|
||||
</li><li class="listitem">
|
||||
Added a configuration option for choosing the leader key
|
||||
</li><li class="listitem">
|
||||
The package used for neovim is now customizable by the user, using <a class="xref" href="options.html#opt-vim.package"><code class="option">vim.package</code></a>. For best results, always use an unwrapped package.
|
||||
</li></ul></div><p><a class="link" href="https://github.com/jacekpoz" target="_top">jacekpoz</a>:</p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
|
||||
Fixed scrollOffset not being used
|
||||
</li><li class="listitem">
|
||||
Updated clangd to 16
|
||||
</li><li class="listitem">
|
||||
Disabled <code class="literal">useSystemClipboard</code> by default
|
||||
</li></ul></div></div></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="options.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> </td></tr><tr><td width="40%" align="left" valign="top">Appendix A. Configuration Options </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> </td></tr></table></div></body></html>
|
Loading…
Reference in a new issue