neovim/fw
This commit is contained in:
parent
8d5e0e6566
commit
c4f7a64329
16 changed files with 427 additions and 24 deletions
9
home-manager/modules/neovim/plugins/lean.nix
Normal file
9
home-manager/modules/neovim/plugins/lean.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{...}: {
|
||||
programs.nixvim = {
|
||||
plugins.lean = {
|
||||
enable = true;
|
||||
lsp.enable = false;
|
||||
abbreviations.enable = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue