summaryrefslogtreecommitdiff
path: root/.vimrc
blob: a92a1e0c3a9db218a10535b5670d9fafa493cfcb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
syntax enable
set background=dark
colorscheme solarized

set nocompatible
set encoding=utf-8
set showcmd
filetype plugin indent on

set nowrap
set tabstop=4 shiftwidth=4
set expandtab
set backspace=indent,eol,start

set hlsearch
set incsearch
set ignorecase
set smartcase