summaryrefslogtreecommitdiffstats
path: root/vim/vimrc
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2020-10-27 20:43:26 +0000
committerMatthew Lemon <matt@matthewlemon.com>2020-10-27 20:43:26 +0000
commitab0fb0b44090a802f2e00234f168f036ce355556 (patch)
treebb935b288dd7247972e10357396cbabc39b55c60 /vim/vimrc
parent6dfbf1b7abb461ee880ded04dcf078b4bb29d87d (diff)
python config
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index c5237a8..1922d98 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -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