Neovim: Byte-compile init.lua

This commit is contained in:
2024-10-14 17:13:53 +02:00
parent 4cb6f741a0
commit b3d44aa568
+1 -1
View File
@@ -98,7 +98,7 @@ in {
performance.byteCompileLua = {
enable = true;
configs = true;
initLua = false; # When debugging init.lua turn this off
initLua = true; # When debugging init.lua turn this off
nvimRuntime = true;
plugins = true;
};