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:
parent
fe32254093
commit
c5be7e7f0c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user