Fix: tex files are not spell checked
This commit is contained in:
parent
49bba490c5
commit
b7901e6d97
@ -9,7 +9,8 @@ syntax on
|
|||||||
|
|
||||||
autocmd CmdwinEnter * noremap <buffer> <CR> <CR>
|
autocmd CmdwinEnter * noremap <buffer> <CR> <CR>
|
||||||
autocmd FileType rust,c,java,tex set noexpandtab colorcolumn=101 textwidth=100
|
autocmd FileType rust,c,java,tex set noexpandtab colorcolumn=101 textwidth=100
|
||||||
autocmd FileType markdown set ai spell colorcolumn=81 textwidth=80
|
autocmd FileType markdown set noexpandtab colorcolumn=81 textwidth=80
|
||||||
|
autocmd FileType markdown,tex set ai spell
|
||||||
|
|
||||||
set encoding=utf-8
|
set encoding=utf-8
|
||||||
set termencoding=utf-8
|
set termencoding=utf-8
|
||||||
|
Loading…
x
Reference in New Issue
Block a user