i will see if nixvim command works with this enabled
This commit is contained in:
parent
32fe78420b
commit
24d256c3dc
1 changed files with 8 additions and 8 deletions
16
default.nix
16
default.nix
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue