diff --git a/.vimrc b/.vimrc index b98dc2c..4a0a6e1 100644 --- a/.vimrc +++ b/.vimrc @@ -3,6 +3,24 @@ set nu call plug#begin() " Declare the list of plugins. " + Plug 'tpope/vim-sensible' + +Plug 'Valloric/YouCompleteMe' + +Plug 'scrooloose/nerdtree' + +Plug 'vim-airline/vim-airline' + +Plug 'vim-airline/vim-airline-themes' " Status line" + +Plug 'majutsushi/tagbar' " Tag bar" + +Plug 'jiangmiao/auto-pairs' + + + + + " list ends here. call plug#end() diff --git a/install.sh b/install.sh index d19ca6d..fdf1be2 100644 --- a/install.sh +++ b/install.sh @@ -1,5 +1,14 @@ #!/usr/bin/env bash +#============================================================================= +# install.sh --- bootstrap script for vim +# Copyright (c) 2024-2024 Wenwen Zhang & Contributors +# Author: Wenwen Zhang < zhangwenwen1000@gmail.com > +# URL: +# License: GPLv3 +#============================================================================= + + echo "Vim Configuration Installation Script is Running ..." # 切换到用户根目录