Browse Source

Add useful vim options

Frans Bergman 6 years ago
parent
commit
0801667604
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .vimrc

+ 4 - 0
.vimrc

@@ -4,6 +4,10 @@ colorscheme peachpuff
 let g:airline_theme='angr'
 set wildmenu
 set autoindent
+set smartindent
+set incsearch
+set smarttab
+set smartcase
 
 set number relativenumber
 set so=7