plugins/git: add vim-fugitive; modularize

This commit is contained in:
raf 2024-04-14 18:33:16 +03:00
commit f78696f13b
No known key found for this signature in database
GPG key ID: 02D1DD3FA08B6B29
12 changed files with 206 additions and 130 deletions

View file

@ -407,6 +407,11 @@
flake = false;
};
plugin-vim-fugitive = {
url = "github:tpope/vim-fugitive";
flake = false;
};
plugin-fidget-nvim = {
url = "github:j-hui/fidget.nvim";
flake = false;