add gitsigns and which-key plugins

This commit is contained in:
megit 2024-03-28 05:01:24 +08:00
parent aba3be9b85
commit b538189e57
3 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,7 @@
{
plugins = {
gitsigns = {
enable = true;
};
};
}

View file

@ -0,0 +1,7 @@
{
plugins = {
which-key = {
enable = true;
};
};
}