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')
|
||||
set mouse=a
|
||||
endif
|
||||
|
||||
if &t_Co > 2 || has("gui_running")
|
||||
syntax on
|
||||
set hlsearch "Highlight search results
|
||||
|
@ -59,6 +60,7 @@ set showmatch
|
|||
set nobackup
|
||||
set nowb
|
||||
" set noswapfile
|
||||
set swapfile
|
||||
|
||||
" Indentation, etc.
|
||||
set tabstop=2
|
||||
|
|
Loading…
Reference in a new issue