1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-11-21 19:11:30 +01:00

vim: set minimum fold lines

This commit is contained in:
bretello 2022-03-25 08:52:57 +01:00
parent fe32254093
commit c5be7e7f0c
Signed by: brethil
GPG Key ID: 876AAC6290170FE7

View File

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