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
filetype plugin on
filetype plugin indent on
syntax on
:set bs=2
:set nocompatible
:set ts=2
:set pastetoggle=<F2>
: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=<F2>
set number
set expandtab
set tabstop=4
set shiftwidth=4
set softtabstop=4
set autoindent
set mouse=a