testing gitgutter

This commit is contained in:
Ian Keane 2020-01-15 11:22:59 -05:00
parent 6c308ca40b
commit 01ed2a68e7
2 changed files with 4 additions and 1 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
*.un
*.un~

3
.vimrc
View file

@ -1,7 +1,8 @@
"pathogen stuff {{{ "clone plugins to .vim/bundle "pathogen stuff {{{ "clone plugins to .vim/bundle
"filetype off "temporarily turn off filetype options "filetype off "temporarily turn off filetype options
"call pathogen#infect() "load pathogen "call pathogen#infect() "load pathogen
"filetype plugin indent on "load filetype-specific indent and plugin files "filetype plugin indent on "load filetype-specific indent / plugin files
"TODO: remove this
"}}} "}}}
"vim-plug {{{ "vim-plug {{{