summaryrefslogtreecommitdiff
path: root/vimrc
blob: 0fb9ec195856e3a1811ea7d486204115b3e0d2b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
let g:inkpot_black_background = 1

colorscheme inkpot
filetype on
syntax on

filetype plugin on

set wrap
set nocompatible
set nobackup
set backspace=indent,eol,start
set history=1000
set ruler
set showcmd
set ttyfast

set autoindent
set smartindent
set shiftwidth=4
set tabstop=4

set ignorecase
set incsearch
set nohlsearch