update
This commit is contained in:
parent
6509c7cbf0
commit
1a31226c6d
18
.vimrc
18
.vimrc
|
@ -3,6 +3,24 @@ set nu
|
||||||
call plug#begin()
|
call plug#begin()
|
||||||
" Declare the list of plugins.
|
" Declare the list of plugins.
|
||||||
"
|
"
|
||||||
|
|
||||||
Plug 'tpope/vim-sensible'
|
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.
|
" list ends here.
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
|
@ -1,5 +1,14 @@
|
||||||
#!/usr/bin/env bash
|
#!/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 ..."
|
echo "Vim Configuration Installation Script is Running ..."
|
||||||
|
|
||||||
# 切换到用户根目录
|
# 切换到用户根目录
|
||||||
|
|
Loading…
Reference in New Issue
Block a user