summaryrefslogtreecommitdiffstats
path: root/vim/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/.vimrc')
-rw-r--r--vim/.vimrc22
1 files changed, 22 insertions, 0 deletions
diff --git a/vim/.vimrc b/vim/.vimrc
new file mode 100644
index 0000000..b16c7c4
--- /dev/null
+++ b/vim/.vimrc
@@ -0,0 +1,22 @@
+set wildmode=longest,list
+set wildmenu
+
+set ts=4
+set shiftwidth=4
+set bs=2
+set showmatch
+set tags=./tags
+
+set hlsearch
+set incsearch
+
+set laststatus=2
+set ruler
+
+set noexpandtab
+
+set showbreak=>>>
+
+set guioptions-=T
+
+:syntax on