1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-06-29 03:48:33 +02:00

vim: do not enable spelling on markdown files by default

This commit is contained in:
bretello 2024-06-08 17:53:35 +02:00
parent 3bb339ad36
commit 68ae85b752
Signed by: brethil
GPG Key ID: 876AAC6290170FE7

View File

@ -74,7 +74,7 @@ set timeoutlen=500
set viminfo='1000,<200,s50,h
autocmd FileType qf,ll setlocal wrap "quickfix,loclist
autocmd FileType markdown setlocal wrap spell spelllang=it,en
"autocmd FileType markdown setlocal wrap spell spelllang=it,en
autocmd FileType yaml,yml setlocal shiftwidth=2 softtabstop=2 expandtab
autocmd FileType vue setlocal shiftwidth=2 softtabstop=2 expandtab