summaryrefslogtreecommitdiff
path: root/common/.vimrc
blob: ac10642ab5fa75207404d7e3a59a68cf69aef940 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
set number relativenumber
set noswapfile
set ruler
set showmode
"set cursorline
set incsearch
set ignorecase
set smartcase
set nowrap
set expandtab
syntax on
filetype plugin on
set nocompatible
set backspace=indent,eol,start
set laststatus=2
colorscheme elflord
set shortmess+=I