feat(nvim): enable luaLoader
parent
f736721a1f
commit
840d3d67d9
|
@ -46,6 +46,7 @@ in
|
|||
package = inputs.neovim-nightly-overlay.packages.${pkgs.system}.default;
|
||||
vimAlias = true;
|
||||
extraConfigLuaPre = readFile ./options.lua;
|
||||
luaLoader.enable = true;
|
||||
performance = {
|
||||
byteCompileLua = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in New Issue