diff --git a/options.html b/options.html index 5c8bf56d..67d506ae 100644 --- a/options.html +++ b/options.html @@ -72,6 +72,30 @@ lazy attribute set of raw value
+vim.enableEditorconfig
+
+
+Follow editorconfig rules in current directory
+ +Type: +boolean
+ +Default:
+true
Declared by:
+
+
+<nvf/modules/neovim/init/basic.nix>
+
+ |
vim.enableLuaLoader
@@ -80,7 +104,7 @@ lazy attribute set of raw value
the experimental Lua module loader to speed up the start up process
If true, this will enable the experimental Lua module loader which:
overrides loadfile
adds the lua loader using the byte-compilation cache
adds the libs loader
removes the default Neovim loader
The Lua module loader is disabled by default. Before setting this option, please
-take a look at the [official documentation]. This option may be enabled by
+take a look at the official documentation. This option may be enabled by
default in the future.
Type: @@ -3319,7 +3343,7 @@ list of (path or string)
./nvim/my-lua-file.lua # source type path - pure and reproducible - (builtins.path { + (builtins.source { path = ./nvim/my-lua-file.lua; name = "my-lua-file"; }) @@ -8102,33 +8126,6 @@ attribute set of anything } -Declared by:
-
-
-<nvf/modules/wrapper/rc/options.nix>
-
- |
vim.globals.editorconfig
-
-
-Whether to enable EditorConfig integration in Neovim.
This defaults to true as it is enabled by default in stock -Neovim, setting this option to false disables EditorConfig -integration entirely.
See Neovim documentation -for more details on configuring EditorConfig behaviour.
- -Type: -boolean
- -Default:
-true
Declared by:
|
@@ -12956,7 +12953,7 @@ package or list of string
Nix LSP server to use Type: -value “nil” (singular enum) +one of “nil”, “rnix”Default:
runtimepath and enable the experimental Lua
if vim.enableLuaLoader is set to true.
Example:
- "$${builtins.readFile ./my-lua-config-pre.lua}"
Declared by: |