commit e219fd4cfba0b344416e2cd26a5c564ba88ce5ad parent a7a08185c95a65c0a3b10c0f22f04b7bc50580e0 Author: Anders Damsgaard <andersd@riseup.net> Date: Tue, 24 Oct 2017 14:00:06 -0700 add fugitive and .gitignore Diffstat:
A | .gitignore | | | 2 | ++ |
M | links/.vim/plugins.vim | | | 2 | +- |
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore @@ -0,0 +1,2 @@ +tags +.DS_Store diff --git a/links/.vim/plugins.vim b/links/.vim/plugins.vim @@ -64,7 +64,7 @@ Plug 'ervandew/supertab' " complete with TAB in insert mode """""" Version control """""" -"Plug 'tpope/vim-fugitive' " :Gread, :Gwrite +Plug 'tpope/vim-fugitive' " :Gread, :Gwrite Plug 'airblade/vim-gitgutter' " show line changes since last git commit