summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index 35ae9f8..2e43624 100644
--- a/.vimrc
+++ b/.vimrc
@@ -3,6 +3,7 @@
" Version: 0.1.0
" Author: Florian "Bluewind" Pritz <f-p@gmx.at>
"----------------------------------------------------
+set nocompatible
set t_Co=256
set nobackup
set expandtab
@@ -13,7 +14,6 @@ set ruler " show me where the cursor is
set rulerformat=%l/%L(%p%%),%c " a better ruler
set showmatch " show matching brackets
set cindent
-set nocompatible
"inoremap <tab> <c-n>