dotfiles/.vimrc

20 lines
315 B
VimL
Raw Normal View History

2011-12-23 18:50:18 +00:00
colors koehler
filetype plugin on
2011-12-23 20:41:47 +00:00
filetype plugin indent on
2011-12-23 18:50:18 +00:00
syntax on
2011-12-23 20:41:47 +00:00
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
2012-01-21 03:45:01 +00:00
set hls is