init
This commit is contained in:
commit
6eae514dab
15 changed files with 500 additions and 0 deletions
6
plugins/git.nix
Normal file
6
plugins/git.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{...}: {
|
||||
vim.git = {
|
||||
gitsigns.enable = true;
|
||||
vim-fugitive.enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue