vim: highlight cursor position with cursor{line,column}

This commit is contained in:
2018-04-03 17:16:30 +01:00
parent 776e641ed0
commit 6da74dddde
+4
View File
@@ -71,6 +71,10 @@ if exists('+colorcolumn')
autocmd filetype c,h,cpp,hpp match ErrorMsg '\%>80v.\+'
endif
" Highlight line and column of cursor
set cul cuc
highlight CursorLine cterm=NONE ctermbg=8
highlight CursorColumn cterm=NONE ctermbg=8
" set the runtime path to include Vundle and initialize
set rtp+=~/.config/vim/bundle/Vundle.vim