diff options
author | Juan J. Martinez <jjm@usebox.net> | 2018-06-08 13:56:45 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-05-29 22:57:27 +0100 |
commit | f6137e505da73133e990d20ccac79a2f7fdaee80 (patch) | |
tree | 2f3c57b9b9b7217bbed1d012af84bc6f508f5842 /vimrc | |
parent | 29a1b8c7fc3c53e746ac746b4e2dfb3414a7ead6 (diff) | |
download | dotnvim-f6137e505da73133e990d20ccac79a2f7fdaee80.tar.gz dotnvim-f6137e505da73133e990d20ccac79a2f7fdaee80.zip |
Set those local
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -50,11 +50,11 @@ hi SpellBad term=standout ctermfg=1 cterm=bold gui=undercurl guisp=Red " extra python "" wrapping and tabs -autocmd FileType python set ts=4 sw=4 et sta sts=4 ai +autocmd FileType python setl ts=4 sw=4 et sta sts=4 ai "" smart indenting autocmd FileType python let python_highlight_all = 1 "" extra highlighting -autocmd FileType python set smartindent cinwords=if,elif,else,for,while,try,except,finally,def,class +autocmd FileType python setl smartindent cinwords=if,elif,else,for,while,try,except,finally,def,class " syntastic let g:syntastic_python_checkers = ['pyflakes'] |