1
0
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:
bretello 2021-09-26 16:09:15 +02:00
parent d8461c69fc
commit 6f1d1263fa
Signed by: brethil
GPG Key ID: 876AAC6290170FE7

View File

@ -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