aboutsummaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2018-06-08 13:56:45 +0100
committerJuan J. Martinez <jjm@usebox.net>2022-05-29 22:57:27 +0100
commitf6137e505da73133e990d20ccac79a2f7fdaee80 (patch)
tree2f3c57b9b9b7217bbed1d012af84bc6f508f5842 /vimrc
parent29a1b8c7fc3c53e746ac746b4e2dfb3414a7ead6 (diff)
downloaddotnvim-f6137e505da73133e990d20ccac79a2f7fdaee80.tar.gz
dotnvim-f6137e505da73133e990d20ccac79a2f7fdaee80.zip
Set those local
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/vimrc b/vimrc
index e4a1419..d5cf458 100644
--- a/vimrc
+++ b/vimrc
@@ -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']