From 33f275a09fa0166a6ac898ad1eadcb6f5ec36460 Mon Sep 17 00:00:00 2001
From: NotAShelf
Default:
vim.assistant.copilot.copilotNodePackageThe 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.packageGo 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.serverGo LSP server to use
Type: @@ -1739,7 +1739,7 @@ boolean
Default:
vim.languages.python.dap.packagePython 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.debuggerPython debugger to use
Type: @@ -1766,7 +1766,7 @@ boolean
Default: <neovim-flake/modules/languages/python.nix>
vim.languages.python.lsp.packagepython 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.serverPython LSP server to use
Type: @@ -1854,7 +1854,7 @@ boolean
Default: <neovim-flake/modules/languages/sql.nix>
vim.languages.sql.format.packageSQL formatter package
Type: package
Default:
-<derivation sqlfluff-2.3.4>
Declared by:
+ |
vim.languages.sql.treesitter.packageSQL treesitter grammar to use
Type: package
Default:
-<derivation sql-grammar-0.0.0+rev=36c4de3>
Declared by:
+ |
vim.languages.svelte.lsp.packageSvelte 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.serverSvelte LSP server to use
Type: @@ -1971,7 +1971,7 @@ boolean
Default: <neovim-flake/modules/languages/ts.nix>
vim.languages.ts.lsp.packageTypescript/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.serverTypescript/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.disabledFiletypesThe 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.debounceDebounce time in milliseconds
Type: +signed integer
Default:
+200
Declared by:
+<neovim-flake/modules/visuals/visuals.nix>
|
vim.visuals.indentBlankline.eolCharCharacter at end of line
Type: null or string
Default:
"↴"
Declared by:
@@ -4333,22 +4336,32 @@ null or string |
vim.visuals.indentBlankline.scope.enabledHighlight current scope from treesitter
Type: boolean
Default:
config.vim.treesitter.enable
Declared by:
<neovim-flake/modules/visuals/visuals.nix>
- |
vim.visuals.indentBlankline.showEndOfLineDisplays the end of line character set by vim.visuals.indentBlankline.eolChar instead of the
+
vim.visuals.indentBlankline.scope.showEndOfLineDisplays 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.useTreesitterUse treesitter to calculate indentation when possible.
Type: -boolean
Default:
-config.vim.treesitter.enable
Declared by:
+ |
vim.visuals.indentBlankline.viewportBuffer.maxNumber 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.minNumber 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.enableWhether to enable dev icons. Required for certain plugins [nvim-web-devicons]…
Type: boolean
Default: