Minor updates to git

This commit is contained in:
Greg Hellings
2023-11-03 12:38:27 -05:00
parent ca20745d12
commit fb2c46d778
+6 -1
View File
@@ -80,7 +80,10 @@ in
}; };
}; };
plugins = { plugins = {
airline.enable = true; airline = {
enable = true;
theme = "gruvbox";
};
gitgutter.enable = true; gitgutter.enable = true;
fugitive.enable = true; fugitive.enable = true;
notify.enable = true; notify.enable = true;
@@ -89,8 +92,10 @@ in
extraConfigVim = builtins.readFile ./vim/extra.vimrc; extraConfigVim = builtins.readFile ./vim/extra.vimrc;
extraPlugins = with pkgs.vimPlugins; [ extraPlugins = with pkgs.vimPlugins; [
bufexplorer bufexplorer
gruvbox
nerdtree nerdtree
nvim-cmp nvim-cmp
packer-nvim
#jedi-vim #jedi-vim