keine plugins und keine host-spezifische vimrcs...
This commit is contained in:
parent
8c3b40303f
commit
33a5f1d341
9
.vimrc
9
.vimrc
|
|
@ -2,6 +2,7 @@
|
||||||
" File .vimrc
|
" File .vimrc
|
||||||
" jul.io
|
" jul.io
|
||||||
"------------------------------------------------------------------------------
|
"------------------------------------------------------------------------------
|
||||||
|
"
|
||||||
"set nocompatible " use vim defaults
|
"set nocompatible " use vim defaults
|
||||||
syntax on " use syntax highlighting
|
syntax on " use syntax highlighting
|
||||||
set background=dark " when using black background terminal
|
set background=dark " when using black background terminal
|
||||||
|
|
@ -44,6 +45,7 @@ set ruler " show the cursor position all the time
|
||||||
set directory=~/.vim/swap/
|
set directory=~/.vim/swap/
|
||||||
|
|
||||||
set lazyredraw "to speed up vim a bit
|
set lazyredraw "to speed up vim a bit
|
||||||
|
set regexpengine=1
|
||||||
|
|
||||||
" show current file with complete file in statusline
|
" show current file with complete file in statusline
|
||||||
set laststatus=2
|
set laststatus=2
|
||||||
|
|
@ -174,10 +176,3 @@ set statusline+=\ %p%%
|
||||||
set statusline+=\ %l:%c
|
set statusline+=\ %l:%c
|
||||||
set statusline+=\
|
set statusline+=\
|
||||||
|
|
||||||
|
|
||||||
" if there is a host-specific vimrc, load it (.vimrc_hostname)
|
|
||||||
let s:host_vimrc = $HOME . '.vimrc' . '_' . hostname()
|
|
||||||
if filereadable(s:host_vimrc)
|
|
||||||
execute 'source ' . s:host_vimrc
|
|
||||||
endif
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user