From 616c9605b0f26fda43eff9a408e179ef4bd148ba Mon Sep 17 00:00:00 2001 From: Legolas Bloom Date: Wed, 22 Feb 2017 11:46:20 +0800 Subject: [PATCH] add search highlight & enhance plugins update script --- install-plugins.sh | 1 + vimrc | 1 + 2 files changed, 2 insertions(+) diff --git a/install-plugins.sh b/install-plugins.sh index 0ab0ffe..a96422d 100644 --- a/install-plugins.sh +++ b/install-plugins.sh @@ -27,6 +27,7 @@ function init { if [[ $1 = "init" ]]; then init elif [[ $1 = "update" ]]; then + install update else install diff --git a/vimrc b/vimrc index 9524311..d1c897a 100644 --- a/vimrc +++ b/vimrc @@ -91,6 +91,7 @@ autocmd! BufWritePost ~/.vimrc source ~/.vimrc set encoding=utf-8 set fencs=utf-8,gb2312,gbk " Sets the default encoding set nu +set hlsearch " toggle line number and vim-gitgutter map :set number! \| GitGutterToggle