feat: install conform-nvim
This commit is contained in:
parent
24063cd365
commit
15ed06def1
3 changed files with 22 additions and 0 deletions
5
users/modules/programs/nixvim/conform-nvim.nix
Normal file
5
users/modules/programs/nixvim/conform-nvim.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
programs.nixvim.plugins.conform-nvim = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
|
@ -5,6 +5,9 @@
|
|||
mode = "n";
|
||||
key = "t";
|
||||
action = ":NvimTreeToggle<CR>";
|
||||
options = {
|
||||
silent = true;
|
||||
};
|
||||
}
|
||||
];
|
||||
plugins = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue