Added spell setting to Python settings
This commit is contained in:
parent
886de5d4ab
commit
cce26cdeff
1 changed files with 1 additions and 0 deletions
1
.vimrc
1
.vimrc
|
@ -45,5 +45,6 @@ function! PythonSettings()
|
|||
set shiftwidth=4
|
||||
set expandtab
|
||||
set textwidth=79
|
||||
set spell!
|
||||
endfunction
|
||||
autocmd BufNewFile,BufFilePre,BufRead *.py :call PythonSettings()
|
||||
|
|
Loading…
Add table
Reference in a new issue