adding pyton autocompletion
This commit is contained in:
parent
4f52c0055b
commit
b91386b89c
26
.vimrc
26
.vimrc
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user