Minor updates to git
This commit is contained in:
+6
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user