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
776e641ed0
commit
6da74dddde
@ -71,6 +71,10 @@ if exists('+colorcolumn')
|
|||||||
autocmd filetype c,h,cpp,hpp match ErrorMsg '\%>80v.\+'
|
autocmd filetype c,h,cpp,hpp match ErrorMsg '\%>80v.\+'
|
||||||
endif
|
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 the runtime path to include Vundle and initialize
|
||||||
set rtp+=~/.config/vim/bundle/Vundle.vim
|
set rtp+=~/.config/vim/bundle/Vundle.vim
|
||||||
|
Loading…
Reference in New Issue
Block a user