From ab0fb0b44090a802f2e00234f168f036ce355556 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Tue, 27 Oct 2020 20:43:26 +0000 Subject: python config --- vim/vimrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'vim') 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 -- cgit v1.2.3