summaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc25
1 files changed, 25 insertions, 0 deletions
diff --git a/vimrc b/vimrc
new file mode 100644
index 0000000..0fb9ec1
--- /dev/null
+++ b/vimrc
@@ -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