diff --git a/init.vim b/init.vim index 58c2102..fdd96b6 100644 --- a/init.vim +++ b/init.vim @@ -91,7 +91,7 @@ filetype indent plugin on " Identify file type " Titlebar without “-VIM” set titlestring=%t%(\ %M%)%(\ (%{expand(\"%:p:h\")})%)%(\ %a%) - +" change cursor style autocmd VimLeave * set guicursor=a:hor20-blinkon20 " 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_status_func = {"main": "CtrlPStatusMain", \"prog": "CtrlPStatusProg"} -