|
@@ -20,6 +20,7 @@ set incsearch "Forward search during typing
|
20
|
20
|
set ic "Ignore case by default
|
21
|
21
|
set backspace=indent,eol,start "Allow BS to remove these in front of the cursor
|
22
|
22
|
set t_Co=256 "Enable 256 color support
|
|
23
|
+set backupdir=~/.vim/backups "Keep backups here
|
23
|
24
|
|
24
|
25
|
syntax on "Enable syntax highlighting
|
25
|
26
|
filetype plugin indent on
|