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 | |
parent | 29a1b8c7fc3c53e746ac746b4e2dfb3414a7ead6 (diff) | |
download | dotnvim-f6137e505da73133e990d20ccac79a2f7fdaee80.tar.gz dotnvim-f6137e505da73133e990d20ccac79a2f7fdaee80.zip |
Set those local
m--------- | bundle/vim-scala | 0 | ||||
-rw-r--r-- | vimrc | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bundle/vim-scala b/bundle/vim-scala -Subproject 0b909e24f31d94552eafae610da0f31040c08f2 +Subproject b36b721ee806c18e50f8ea51e78256de7c288d3 @@ -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'] |