added spelling for txt files
This commit is contained in:
1
.vimrc
1
.vimrc
@@ -140,6 +140,7 @@ if has("autocmd")
|
|||||||
" To spell check all Markdown files
|
" To spell check all Markdown files
|
||||||
autocmd FileType markdown setlocal spell
|
autocmd FileType markdown setlocal spell
|
||||||
autocmd BufRead,BufNewFile *.rst setlocal spell
|
autocmd BufRead,BufNewFile *.rst setlocal spell
|
||||||
|
autocmd BufRead,BufNewFile *.txt setlocal spell
|
||||||
|
|
||||||
" Set filetype tab settings
|
" Set filetype tab settings
|
||||||
autocmd FileType python,doctest set ai ts=4 sw=4 sts=4 et
|
autocmd FileType python,doctest set ai ts=4 sw=4 sts=4 et
|
||||||
|
Reference in New Issue
Block a user