For real this time™
This commit is contained in:
parent
153a21354d
commit
2d7bb18228
1 changed files with 2 additions and 0 deletions
2
vimrc
2
vimrc
|
@ -7,6 +7,7 @@ set sessionoptions=blank,buffers,curdir,folds,help,options,tabpages
|
||||||
if has('mouse')
|
if has('mouse')
|
||||||
set mouse=a
|
set mouse=a
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if &t_Co > 2 || has("gui_running")
|
if &t_Co > 2 || has("gui_running")
|
||||||
syntax on
|
syntax on
|
||||||
set hlsearch "Highlight search results
|
set hlsearch "Highlight search results
|
||||||
|
@ -59,6 +60,7 @@ set showmatch
|
||||||
set nobackup
|
set nobackup
|
||||||
set nowb
|
set nowb
|
||||||
" set noswapfile
|
" set noswapfile
|
||||||
|
set swapfile
|
||||||
|
|
||||||
" Indentation, etc.
|
" Indentation, etc.
|
||||||
set tabstop=2
|
set tabstop=2
|
||||||
|
|
Loading…
Reference in a new issue