summaryrefslogtreecommitdiff
path: root/roles/install_admin_packages/files/vimrc
blob: 8aea475dca009b6595c8ab562401f4ff9e39b48c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
set tabstop=4
set shiftwidth=4
"set expandtab
set number
set autoindent
set laststatus=2
syntax on
colorscheme darkblue

set nocompatible               " be iMproved
filetype off                   " required!

filetype plugin indent on     " required!