vim: deactivate cursorline

This commit is contained in:
Michael Grote 2023-06-18 22:08:36 +02:00
parent 2317d8430e
commit da878c299c

4
.vimrc
View file

@ -60,8 +60,8 @@ set smartcase
set number
" setze cursorline
set cursorline
highlight CursorLine cterm=NONE ctermbg=green ctermfg=white guibg=darkred guifg=white
"set cursorline
"highlight CursorLine cterm=NONE ctermbg=green ctermfg=white guibg=darkred guifg=white
" ### Kommandovervollständigung
" https://www.reddit.com/r/vim/comments/oo9gms/any_way_to_get_vim_to_not_defaulting_to_the_first/h5wygix/?context=8&depth=9