Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions install-plugins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ function init {
if [[ $1 = "init" ]]; then
init
elif [[ $1 = "update" ]]; then
install
update
else
install
Expand Down
1 change: 1 addition & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -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 <F2> :set number! \| GitGutterToggle<cR>
Expand Down