From b7a8690a731555e324c45aa5ed790642e48f69de Mon Sep 17 00:00:00 2001
From: NotAShelf
vim.enableEditorconfig
-
-
-Follow editorconfig rules in current directory
- -Type: -boolean
- -Default:
-true
Declared by:
-
-
-<nvf/modules/neovim/init/basic.nix>
-
- |
vim.enableLuaLoader
@@ -104,7 +80,7 @@ boolean
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: @@ -3343,7 +3319,7 @@ list of (path or string)
./nvim/my-lua-file.lua # source type path - pure and reproducible - (builtins.source { + (builtins.path { path = ./nvim/my-lua-file.lua; name = "my-lua-file"; }) @@ -8126,6 +8102,33 @@ 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: