From c123793f74690683255067fce9a14ec1f1d05ea8 Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Sun, 29 Jul 2018 17:35:57 +0200 Subject: [PATCH] small cleanup --- init.vim | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"} -