This commit is contained in:
Wenwen Zhang 2024-06-02 09:35:59 +08:00
parent 6509c7cbf0
commit 1a31226c6d
2 changed files with 27 additions and 0 deletions

18
.vimrc
View File

@ -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()

View File

@ -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 ..."
# 切换到用户根目录