testing gitgutter
This commit is contained in:
parent
6c308ca40b
commit
01ed2a68e7
2 changed files with 4 additions and 1 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
*.un
|
||||||
|
*.un~
|
||||||
3
.vimrc
3
.vimrc
|
|
@ -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 {{{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue