diff options
-rw-r--r-- | .vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |