aboutsummaryrefslogtreecommitdiff
path: root/vimrc-minimal
blob: 96924f0d29cdef4cf84a451869c1b3e2f25d033c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
set nocompatible


filetype plugin indent on

set omnifunc=syntaxcomplete#Complete

syntax on


set ts=2 sw=2 expandtab

set ignorecase smartcase

set hidden

..