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 = {
airline.enable = true;
airline = {
enable = true;
theme = "gruvbox";
};
gitgutter.enable = true;
fugitive.enable = true;
notify.enable = true;
@@ -89,8 +92,10 @@ in
extraConfigVim = builtins.readFile ./vim/extra.vimrc;
extraPlugins = with pkgs.vimPlugins; [
bufexplorer
gruvbox
nerdtree
nvim-cmp
packer-nvim
#jedi-vim