diff options
author | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2013-04-20 01:48:17 -0700 |
---|---|---|
committer | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2013-04-20 01:48:17 -0700 |
commit | b4f0c751da527de6a1c6f2ab2ff939a13bbcea25 (patch) | |
tree | aee0ebba769ee8cd380ee4670c2c76b5317a112e /vimrc | |
download | dotfiles-b4f0c751da527de6a1c6f2ab2ff939a13bbcea25.tar.gz dotfiles-b4f0c751da527de6a1c6f2ab2ff939a13bbcea25.tar.xz |
Initial import of some files.
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -0,0 +1,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 |