mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 11:31:30 +01:00
vim: set spellang=it,en for markdown
This commit is contained in:
parent
9d901364fc
commit
54666b0a03
|
@ -55,7 +55,7 @@ set completeopt+=popup
|
||||||
set cursorline
|
set cursorline
|
||||||
|
|
||||||
autocmd FileType qf,ll setlocal wrap "quickfix,loclist
|
autocmd FileType qf,ll setlocal wrap "quickfix,loclist
|
||||||
autocmd FileType markdown setlocal wrap spell
|
autocmd FileType markdown setlocal wrap spell spelllang=it,en
|
||||||
autocmd FileType yaml,yml setlocal shiftwidth=2 softtabstop=2 expandtab
|
autocmd FileType yaml,yml setlocal shiftwidth=2 softtabstop=2 expandtab
|
||||||
autocmd FileType vue setlocal shiftwidth=2 softtabstop=2 expandtab
|
autocmd FileType vue setlocal shiftwidth=2 softtabstop=2 expandtab
|
||||||
autocmd FileType go setlocal noexpandtab
|
autocmd FileType go setlocal noexpandtab
|
||||||
|
|
Loading…
Reference in New Issue
Block a user