From 33f275a09fa0166a6ac898ad1eadcb6f5ec36460 Mon Sep 17 00:00:00 2001
From: NotAShelf
Default:
vim.assistant.copilot.copilotNodePackage
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.
Type: null or package
Default:
-<derivation nodejs-slim-18.18.0>
Declared by:
+ |
vim.languages.go.lsp.package
Go LSP server package, or the command to run as a list of strings
Type: package or list of string
Default:
-<derivation gopls-0.13.2>
Example:
+<derivation gopls-0.14.0>
Example:
"[lib.getExe pkgs.jdt-language-server \" - data \" \" ~/.cache/jdtls/workspace \"]"
Declared by:
<neovim-flake/modules/languages/go.nix>
|
vim.languages.go.lsp.server
Go LSP server to use
Type: @@ -1739,7 +1739,7 @@ boolean
Default:
vim.languages.python.dap.package
Python debugger package. This is a python package with debugpy installed, see https://nixos.wiki/wiki/Python#Install_Python_Packages.
Type: package
Default:
-<derivation python3-3.10.12-env>
Example:
+<derivation python3-3.11.5-env>
Example:
with pkgs; python39.withPackages (ps: with ps; [debugpy])
Declared by:
<neovim-flake/modules/languages/python.nix>
|
vim.languages.python.dap.debugger
Python debugger to use
Type: @@ -1766,7 +1766,7 @@ boolean
Default: <neovim-flake/modules/languages/python.nix>
vim.languages.python.lsp.package
python LSP server package, or the command to run as a list of strings
Type: package or list of string
Default:
-<derivation pyright-1.1.329>
Example:
+<derivation pyright-1.1.334>
Example:
"[lib.getExe pkgs.jdt-language-server \"-data\" \"~/.cache/jdtls/workspace\"]"
Declared by:
<neovim-flake/modules/languages/python.nix>
|
vim.languages.python.lsp.server
Python LSP server to use
Type: @@ -1854,7 +1854,7 @@ boolean
Default: <neovim-flake/modules/languages/sql.nix>
vim.languages.sql.format.package
SQL formatter package
Type: package
Default:
-<derivation sqlfluff-2.3.4>
Declared by:
+ |
vim.languages.sql.treesitter.package
SQL treesitter grammar to use
Type: package
Default:
-<derivation sql-grammar-0.0.0+rev=36c4de3>
Declared by:
+ |
vim.languages.svelte.lsp.package
Svelte LSP server package, or the command to run as a list of strings
Type: package or list of string
Default:
-<derivation svelte-language-server-0.15.19>
Example:
+<derivation svelte-language-server-0.15.20>
Example:
"[lib.getExe pkgs.jdt-language-server \"-data\" \"~/.cache/jdtls/workspace\"]"
Declared by:
<neovim-flake/modules/languages/svelte.nix>
|
vim.languages.svelte.lsp.server
Svelte LSP server to use
Type: @@ -1971,7 +1971,7 @@ boolean
Default: <neovim-flake/modules/languages/ts.nix>
vim.languages.ts.lsp.package
Typescript/Javascript LSP server package, or the command to run as a list of strings
Type: package or list of string
Default:
-<derivation typescript-language-server-3.3.2>
Example:
+<derivation typescript-language-server-4.0.0>
Example:
"[lib.getExe pkgs.jdt-language-server \"-data\" \"~/.cache/jdtls/workspace\"]"
Declared by:
<neovim-flake/modules/languages/ts.nix>
|
vim.languages.ts.lsp.server
Typescript/Javascript LSP server to use
Type: @@ -4107,7 +4107,6 @@ attribute set of (signed integer or list of signed integer)
Declared by:
<neovim-flake/modules/ui/smartcolumn/smartcolumn.nix>
|
vim.ui.smartcolumn.disabledFiletypes
The filetypes smartcolumn will be disabled for.
Type: @@ -4325,6 +4324,10 @@ boolean
Default:
false
Example:
true
Declared by:
<neovim-flake/modules/visuals/visuals.nix>
+ |
vim.visuals.indentBlankline.debounce
Debounce time in milliseconds
Type: +signed integer
Default:
+200
Declared by:
+<neovim-flake/modules/visuals/visuals.nix>
|
vim.visuals.indentBlankline.eolChar
Character at end of line
Type: null or string
Default:
"↴"
Declared by:
@@ -4333,22 +4336,32 @@ null or string |
vim.visuals.indentBlankline.scope.enabled
Highlight current scope from treesitter
Type: boolean
Default:
config.vim.treesitter.enable
Declared by:
<neovim-flake/modules/visuals/visuals.nix>
- |
vim.visuals.indentBlankline.showEndOfLine
Displays the end of line character set by vim.visuals.indentBlankline.eolChar
instead of the
+
vim.visuals.indentBlankline.scope.showEndOfLine
Displays the end of line character set by vim.visuals.indentBlankline.eolChar
instead of the
indent guide on line returns.
Type: boolean
Default:
config.vim.visuals.indentBlankline.eolChar != null
Declared by:
<neovim-flake/modules/visuals/visuals.nix>
- |
vim.visuals.indentBlankline.useTreesitter
Use treesitter to calculate indentation when possible.
Type: -boolean
Default:
-config.vim.treesitter.enable
Declared by:
+ |
vim.visuals.indentBlankline.viewportBuffer.max
Number of lines above and below of what is currently +visible in the window
Type: +signed integer
Default:
+500
Declared by:
+<neovim-flake/modules/visuals/visuals.nix>
+ |
vim.visuals.indentBlankline.viewportBuffer.min
Number of lines above and below of what is currently +visible in the window
Type: +signed integer
Default:
+30
Declared by:
<neovim-flake/modules/visuals/visuals.nix>
|
vim.visuals.nvimWebDevicons.enable
Whether to enable dev icons. Required for certain plugins [nvim-web-devicons]…
Type: boolean
Default: