prettier vertical split

This commit is contained in:
Loic Nageleisen 2016-02-10 16:50:56 +01:00
parent 4c459f68eb
commit d581f413b0

4
vimrc
View file

@ -37,6 +37,10 @@ if !has('gui_running')
hi statement ctermbg=none
endif
"appearance tweaks
hi VertSplit cterm=NONE
set fillchars+=vert:│
"ignore some files
set wildignore+=*.o,*.obj,*.pyc
set wildignore+=.git,.svn