mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-24 12:31:31 +01:00
vim: wrap text in quickfix, loclist
This commit is contained in:
parent
3acebef599
commit
1e86f54f3c
|
@ -45,6 +45,7 @@ set completeopt=menu,menuone,noselect,noinsert
|
|||
" Show completion suggestions in popups instead of preview window
|
||||
set completeopt+=popup
|
||||
|
||||
autocmd FileType qf,ll setlocal wrap "quickfix,loclist
|
||||
autocmd FileType markdown setlocal wrap spell
|
||||
autocmd FileType yaml,yml setlocal shiftwidth=2 softtabstop=2 expandtab
|
||||
autocmd FileType vue setlocal shiftwidth=2 softtabstop=2 expandtab
|
||||
|
|
Loading…
Reference in New Issue
Block a user