1

Neovim: Byte-compile init.lua

This commit is contained in:
2024-10-13 21:40:34 +02:00
parent b7f1538560
commit 52a80ad815

View File

@ -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;
}; };