mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-21 11:01:31 +01:00
vim: do not enable spelling on markdown files by default
This commit is contained in:
parent
3bb339ad36
commit
68ae85b752
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user