Neovim: Byte-compile init.lua
This commit is contained in:
@ -98,7 +98,7 @@ in {
|
|||||||
performance.byteCompileLua = {
|
performance.byteCompileLua = {
|
||||||
enable = true;
|
enable = true;
|
||||||
configs = true;
|
configs = true;
|
||||||
initLua = false; # When debugging init.lua turn this off
|
initLua = true; # When debugging init.lua turn this off
|
||||||
nvimRuntime = true;
|
nvimRuntime = true;
|
||||||
plugins = true;
|
plugins = true;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user