submodules
This commit is contained in:
parent
9033d56a42
commit
dbdf8e9d66
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
vim/bundle/*
|
||||
!vim/bundle/Vundle.vim
|
18
.gitmodules
vendored
18
.gitmodules
vendored
@ -1,21 +1,3 @@
|
||||
[submodule "vim/bundle/YouCompleteMe"]
|
||||
path = vim/bundle/YouCompleteMe
|
||||
url = https://github.com/ycm-core/YouCompleteMe
|
||||
[submodule "vim/bundle/nerdtree"]
|
||||
path = vim/bundle/nerdtree
|
||||
url = https://github.com/preservim/nerdtree.git
|
||||
[submodule "vim/bundle/nerdtree-git-plugin"]
|
||||
path = vim/bundle/nerdtree-git-plugin
|
||||
url = https://github.com/Xuyuanp/nerdtree-git-plugin
|
||||
[submodule "vim/bundle/vim-airline"]
|
||||
path = vim/bundle/vim-airline
|
||||
url = https://github.com/vim-airline/vim-airline
|
||||
[submodule "vim/bundle/vim-airline-themes"]
|
||||
path = vim/bundle/vim-airline-themes
|
||||
url = https://github.com/vim-airline/vim-airline-themes
|
||||
[submodule "vim/bundle/Vundle.vim"]
|
||||
path = vim/bundle/Vundle.vim
|
||||
url = https://github.com/VundleVim/Vundle.vim
|
||||
[submodule "vim/bundle/vim-color-schemes"]
|
||||
path = vim/bundle/vim-color-schemes
|
||||
url = https://github.com/flazz/vim-colorschemes
|
||||
|
@ -1 +0,0 @@
|
||||
Subproject commit 2c14ed0e153cdcd0a1c7d1eabec6820bb6b3f8a2
|
@ -1 +0,0 @@
|
||||
Subproject commit ff9b14f14dceecb6c08cb05053ad649c3b6ac250
|
@ -1 +0,0 @@
|
||||
Subproject commit 0cfd829c92a6fd208bfdcbdd2881105462224636
|
@ -1 +0,0 @@
|
||||
Subproject commit 97cf3e6e638f936187d5f6e9b5eb1bdf0a4df256
|
@ -1 +0,0 @@
|
||||
Subproject commit fd8f122cef604330c96a6a6e434682dbdfb878c9
|
7
vimrc
7
vimrc
@ -6,18 +6,15 @@ call vundle#begin()
|
||||
Plugin 'VundleVim/Vundle.vim'
|
||||
|
||||
"My Plugins"
|
||||
"Plugin 'ervandew/supertab'
|
||||
Plugin 'Valloric/YouCompleteMe'
|
||||
Plugin 'ervandew/supertab'
|
||||
"Plugin 'Valloric/YouCompleteMe'
|
||||
Plugin 'flazz/vim-colorschemes'
|
||||
Plugin 'vim-airline/vim-airline'
|
||||
Plugin 'vim-airline/vim-airline-themes'
|
||||
"Plugin 'vim-scripts/auto-pairs-gentle'
|
||||
"Plugin 'luochen1990/rainbow'
|
||||
"Plugin 'Yggdroot/indentLine'
|
||||
Plugin 'scrooloose/nerdtree'
|
||||
Plugin 'Xuyuanp/nerdtree-git-plugin'
|
||||
"Plugin 'rakr/vim-one'
|
||||
Plugin 'maksimr/Lucius2'
|
||||
|
||||
call vundle#end() " required
|
||||
filetype plugin indent on " required
|
||||
|
Reference in New Issue
Block a user