We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f72abb + 616c960 commit 08d3da3Copy full SHA for 08d3da3
install-plugins.sh
@@ -27,6 +27,7 @@ function init {
27
if [[ $1 = "init" ]]; then
28
init
29
elif [[ $1 = "update" ]]; then
30
+ install
31
update
32
else
33
install
vimrc
@@ -91,6 +91,7 @@ autocmd! BufWritePost ~/.vimrc source ~/.vimrc
91
set encoding=utf-8
92
set fencs=utf-8,gb2312,gbk " Sets the default encoding
93
set nu
94
+set hlsearch
95
96
" toggle line number and vim-gitgutter
97
map <F2> :set number! \| GitGutterToggle<cR>
0 commit comments