From b91386b89ca4ca43262be6f925637371635e2bfd Mon Sep 17 00:00:00 2001 From: Sadiq Saif Date: Fri, 23 Dec 2011 15:41:47 -0500 Subject: [PATCH] adding pyton autocompletion --- .vimrc | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/.vimrc b/.vimrc index 5238d78..d992682 100644 --- a/.vimrc +++ b/.vimrc @@ -1,14 +1,18 @@ colors koehler filetype plugin on +filetype plugin indent on syntax on -:set bs=2 -:set nocompatible -:set ts=2 -:set pastetoggle= -:set number -:set expandtab -:set tabstop=4 -:set shiftwidth=4 -:set softtabstop=4 -:set autoindent -:set mouse=a +let g:pydiction_location = '~/.vim/after/ftplugin/pydiction/complete-dict' + + +set bs=2 +set nocompatible +set ts=2 +set pastetoggle= +set number +set expandtab +set tabstop=4 +set shiftwidth=4 +set softtabstop=4 +set autoindent +set mouse=a