aboutsummaryrefslogtreecommitdiffstats
path: root/vim/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/.vimrc')
-rw-r--r--vim/.vimrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/vim/.vimrc b/vim/.vimrc
index fa53318..1f291ea 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -5,6 +5,10 @@ let mapleader=";"
5syntax on 5syntax on
6filetype plugin indent on 6filetype plugin indent on
7 7
8if &t_Co == 256
9 colorscheme Benokai
10endif
11
8set number 12set number
9set hlsearch 13set hlsearch
10set list 14set list