9 lines
149 B
Nix
9 lines
149 B
Nix
{...}: {
|
|
programs.nixvim = {
|
|
plugins.lean = {
|
|
enable = true;
|
|
lsp.enable = false;
|
|
abbreviations.enable = false;
|
|
};
|
|
};
|
|
}
|