mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
new vim plugins
This commit is contained in:
parent
2b6f8b58c0
commit
bc0fd67fe2
12 changed files with 29 additions and 0 deletions
18
.gitmodules
vendored
18
.gitmodules
vendored
|
|
@ -25,3 +25,21 @@
|
|||
[submodule "bundle.available/git-vim"]
|
||||
path = bundle.available/git-vim
|
||||
url = https://github.com/motemen/git-vim.git
|
||||
[submodule "bundle.available/closetag"]
|
||||
path = bundle.available/closetag
|
||||
url = git://github.com/docunext/closetag.vim.git
|
||||
[submodule "bundle.available/pyflakes"]
|
||||
path = bundle.available/pyflakes
|
||||
url = git://github.com/kevinw/pyflakes-vim.git
|
||||
[submodule "bundle.available/nerdcommenter"]
|
||||
path = bundle.available/nerdcommenter
|
||||
url = git://github.com/scrooloose/nerdcommenter.git
|
||||
[submodule "bundle.available/fugitive"]
|
||||
path = bundle.available/fugitive
|
||||
url = git://github.com/tpope/vim-fugitive.git
|
||||
[submodule "bundle.available/tagbar"]
|
||||
path = bundle.available/tagbar
|
||||
url = git://github.com/majutsushi/tagbar.git
|
||||
[submodule "bundle.available/delimitmate"]
|
||||
path = bundle.available/delimitmate
|
||||
url = git://github.com/Raimondi/delimitMate.git
|
||||
|
|
|
|||
1
bundle.available/closetag
Submodule
1
bundle.available/closetag
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 254d2307015370424034c0298a1148c4a7add069
|
||||
1
bundle.available/delimitmate
Submodule
1
bundle.available/delimitmate
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 39b8298390a9171c796df077ad3c5f3c0f111c56
|
||||
1
bundle.available/fugitive
Submodule
1
bundle.available/fugitive
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 5f5c8da61fd817ba8dc091350b51c1ab7ca53c8d
|
||||
1
bundle.available/nerdcommenter
Submodule
1
bundle.available/nerdcommenter
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit b28e7be63235982501ab7dd30c03ea7feef7b095
|
||||
1
bundle.available/pyflakes
Submodule
1
bundle.available/pyflakes
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit fbe5743e55d18bd496a64c0340e7a504864343b4
|
||||
1
bundle.available/tagbar
Submodule
1
bundle.available/tagbar
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 3c075654d424c6e3c20521bd4567b517a2410593
|
||||
1
bundle/closetag
Symbolic link
1
bundle/closetag
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../bundle.available/closetag
|
||||
1
bundle/delimitmate
Symbolic link
1
bundle/delimitmate
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../bundle.available/delimitmate
|
||||
1
bundle/fugitive
Symbolic link
1
bundle/fugitive
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../bundle.available/fugitive
|
||||
1
bundle/nerdcommenter
Symbolic link
1
bundle/nerdcommenter
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../bundle.available/nerdcommenter
|
||||
1
bundle/tagbar
Symbolic link
1
bundle/tagbar
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../bundle.available/tagbar
|
||||
Loading…
Add table
Add a link
Reference in a new issue