diff --git a/vim/vimrc b/vim/vimrc index 5905316..3ab48c2 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -53,6 +53,9 @@ set completeopt+=popup " Highlight the line the cursor is on set cursorline +" Minimum fold size +set foldminlines=3 + autocmd FileType qf,ll setlocal wrap "quickfix,loclist autocmd FileType markdown setlocal wrap spell spelllang=it,en autocmd FileType yaml,yml setlocal shiftwidth=2 softtabstop=2 expandtab