vim: wrap text in quickfix, loclist

feature/improve-speed
bretello 2021-05-19 10:44:07 +02:00
parent 3acebef599
commit 1e86f54f3c
1 changed files with 1 additions and 0 deletions

View File

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