diff --git a/vim/vimrc b/vim/vimrc index 2f4f86c..e820b21 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -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