mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-21 19:11:30 +01:00
vim: add cursorline
This commit is contained in:
parent
d8461c69fc
commit
6f1d1263fa
|
@ -49,6 +49,9 @@ set completeopt=menu,menuone,noselect,noinsert
|
|||
" Show completion suggestions in popups instead of preview window
|
||||
set completeopt+=popup
|
||||
|
||||
" Highlight the line the cursor is on
|
||||
set cursorline
|
||||
|
||||
autocmd FileType qf,ll setlocal wrap "quickfix,loclist
|
||||
autocmd FileType markdown setlocal wrap spell
|
||||
autocmd FileType yaml,yml setlocal shiftwidth=2 softtabstop=2 expandtab
|
||||
|
|
Loading…
Reference in New Issue
Block a user