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:
parent
ae855ed967
commit
80fc648fad
@ -74,6 +74,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
|
||||
|
Loading…
Reference in New Issue
Block a user