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