20 lines
315 B
VimL
20 lines
315 B
VimL
colors koehler
|
|
filetype plugin on
|
|
filetype plugin indent on
|
|
syntax on
|
|
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
|
|
set hls is
|