1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

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

This commit is contained in:
Joe Groocock 2018-03-31 21:54:36 +01:00
parent 776e641ed0
commit 6da74dddde
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

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