add gitsigns and which-key plugins
This commit is contained in:
parent
aba3be9b85
commit
b538189e57
3 changed files with 16 additions and 0 deletions
7
config/plugins/gitsigns.nix
Normal file
7
config/plugins/gitsigns.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
plugins = {
|
||||
gitsigns = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
7
config/plugins/which-key.nix
Normal file
7
config/plugins/which-key.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
plugins = {
|
||||
which-key = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue