mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
10 lines
103 B
Nix
10 lines
103 B
Nix
|
{
|
||
|
enabled = {
|
||
|
luaLoader.enable = true;
|
||
|
};
|
||
|
|
||
|
disabled = {
|
||
|
luaLoader.enable = false;
|
||
|
};
|
||
|
}
|