diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2020-10-27 20:43:26 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2020-10-27 20:43:26 +0000 |
commit | ab0fb0b44090a802f2e00234f168f036ce355556 (patch) | |
tree | bb935b288dd7247972e10357396cbabc39b55c60 /vim/vimrc | |
parent | 6dfbf1b7abb461ee880ded04dcf078b4bb29d87d (diff) |
python config
Diffstat (limited to 'vim/vimrc')
-rw-r--r-- | vim/vimrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -114,6 +114,9 @@ autocmd FileType python set sw=4 autocmd FileType python set ts=4 autocmd FileType python set sts=4 +autocmd FileType python set omnifunc=pythoncomplete#Complete +autocmd FileType html set omnifunc=htmlcomplete#Complete + syntax on filetype indent on filetype plugin on |