small cleanup
This commit is contained in:
parent
09e9d095fc
commit
c123793f74
3
init.vim
3
init.vim
@ -91,7 +91,7 @@ filetype indent plugin on " Identify file type
|
|||||||
" Titlebar without “-VIM”
|
" Titlebar without “-VIM”
|
||||||
set titlestring=%t%(\ %M%)%(\ (%{expand(\"%:p:h\")})%)%(\ %a%)
|
set titlestring=%t%(\ %M%)%(\ (%{expand(\"%:p:h\")})%)%(\ %a%)
|
||||||
|
|
||||||
|
" change cursor style
|
||||||
autocmd VimLeave * set guicursor=a:hor20-blinkon20
|
autocmd VimLeave * set guicursor=a:hor20-blinkon20
|
||||||
|
|
||||||
" use pandoc markdown syntax
|
" use pandoc markdown syntax
|
||||||
@ -145,4 +145,3 @@ let g:ctrlp_follow_symlinks = 1
|
|||||||
let g:ctrlp_custom_ignore = {"dir": "\v[\/]\.(git|hg|svn|ve)$"}
|
let g:ctrlp_custom_ignore = {"dir": "\v[\/]\.(git|hg|svn|ve)$"}
|
||||||
let g:ctrlp_status_func = {"main": "CtrlPStatusMain",
|
let g:ctrlp_status_func = {"main": "CtrlPStatusMain",
|
||||||
\"prog": "CtrlPStatusProg"}
|
\"prog": "CtrlPStatusProg"}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user