vim: use spellcheck and wrapping for markdown files

feature/improve-speed
bretello 2021-05-19 10:39:44 +02:00
parent 9ae5b71263
commit 3acebef599
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 markdown setlocal wrap spell
autocmd FileType yaml,yml setlocal shiftwidth=2 softtabstop=2 expandtab
autocmd FileType vue setlocal shiftwidth=2 softtabstop=2 expandtab
autocmd FileType go setlocal noexpandtab