mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
prettier vertical split
This commit is contained in:
parent
4c459f68eb
commit
d581f413b0
1 changed files with 4 additions and 0 deletions
4
vimrc
4
vimrc
|
|
@ -37,6 +37,10 @@ if !has('gui_running')
|
||||||
hi statement ctermbg=none
|
hi statement ctermbg=none
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
"appearance tweaks
|
||||||
|
hi VertSplit cterm=NONE
|
||||||
|
set fillchars+=vert:│
|
||||||
|
|
||||||
"ignore some files
|
"ignore some files
|
||||||
set wildignore+=*.o,*.obj,*.pyc
|
set wildignore+=*.o,*.obj,*.pyc
|
||||||
set wildignore+=.git,.svn
|
set wildignore+=.git,.svn
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue