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