adding pyton autocompletion

This commit is contained in:
Sadiq Saif 2011-12-23 15:41:47 -05:00
parent 4f52c0055b
commit b91386b89c
1 changed files with 15 additions and 11 deletions

26
.vimrc
View File

@ -1,14 +1,18 @@
colors koehler colors koehler
filetype plugin on filetype plugin on
filetype plugin indent on
syntax on syntax on
:set bs=2 let g:pydiction_location = '~/.vim/after/ftplugin/pydiction/complete-dict'
:set nocompatible
:set ts=2
:set pastetoggle=<F2> set bs=2
:set number set nocompatible
:set expandtab set ts=2
:set tabstop=4 set pastetoggle=<F2>
:set shiftwidth=4 set number
:set softtabstop=4 set expandtab
:set autoindent set tabstop=4
:set mouse=a set shiftwidth=4
set softtabstop=4
set autoindent
set mouse=a