summaryrefslogtreecommitdiffstats
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-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