For real this time™

This commit is contained in:
Talia 2017-11-06 13:18:40 +01:00
parent 153a21354d
commit 2d7bb18228
1 changed files with 2 additions and 0 deletions

2
vimrc
View File

@ -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