From 6f1d1263fa13e42f4644ca811f255fe16031e9ad Mon Sep 17 00:00:00 2001 From: bretello Date: Sun, 26 Sep 2021 16:09:15 +0200 Subject: [PATCH] vim: add cursorline --- vim/vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vim/vimrc b/vim/vimrc index fecd4d3..122983c 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -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