1

Neovim: Byte-compile init.lua

This commit is contained in:
2024-10-13 21:40:34 +02:00
parent 4cb6f741a0
commit b3d44aa568

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