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

@ -17,6 +17,8 @@
./plugins/lualine.nix
./plugins/nvim-tree.nix
./plugins/sleuth.nix
./plugins/gitsigns.nix
./plugins/which-key.nix
./plugins/telescope.nix
./plugins/lsp/lsp.nix

View file

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

View file

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