i will see if nixvim command works with this enabled

This commit is contained in:
Osman Faruk Bayram 2025-03-21 23:00:15 +03:00
parent 32fe78420b
commit 24d256c3dc

View file

@ -30,13 +30,13 @@
ripgrep
];
# performance = {
# byteCompileLua = {
# enable = true;
# nvimRuntime = true;
# configs = true;
# plugins = true;
# };
# };
performance = {
byteCompileLua = {
enable = true;
nvimRuntime = true;
configs = true;
plugins = true;
};
};
};
}