mirror of
https://github.com/prurigro/darkcloud-vimconfig.git
synced 2024-11-21 14:32:32 -05:00
Remove tcommand and its dependency (it doesn't work anymore)
This commit is contained in:
parent
d80862c876
commit
ab325d7c0c
5 changed files with 0 additions and 11 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -43,12 +43,6 @@
|
|||
[submodule "vim/bundle/MatchTagAlways"]
|
||||
path = vim/bundle/MatchTagAlways
|
||||
url = https://github.com/Valloric/MatchTagAlways.git
|
||||
[submodule "vim/bundle/tcommand_vim"]
|
||||
path = vim/bundle/tcommand_vim
|
||||
url = https://github.com/tomtom/tcommand_vim.git
|
||||
[submodule "vim/bundle/tlib_vim"]
|
||||
path = vim/bundle/tlib_vim
|
||||
url = https://github.com/tomtom/tlib_vim.git
|
||||
[submodule "vim/bundle/tabular"]
|
||||
path = vim/bundle/tabular
|
||||
url = https://github.com/godlygeek/tabular
|
||||
|
|
|
@ -164,8 +164,6 @@ For a complete list of mappings specific to **darkcloud-vimconfig**, check the l
|
|||
* [splitjoin.vim](https://github.com/AndrewRadev/splitjoin.vim): Simplifies the transition between multiline and single-line code
|
||||
* [tabular](https://github.com/godlygeek/tabular): Vim script for text filtering and alignment.
|
||||
* [tagbar](https://github.com/majutsushi/tagbar): Uses ctags to generate a sidebar of the tags for the current file.
|
||||
* [tcommand_vim](https://github.com/tomtom/tcommand_vim): Select commands, menu items etc. from a list.
|
||||
* [tlib_vim](https://github.com/tomtom/tlib_vim): Some utility functions for VIM.
|
||||
* [tcomment_vim](https://github.com/tomtom/tcomment_vim): File-type sensible comments that can be easily toggled on and off for blocks of text.
|
||||
* [unite.vim](https://github.com/Shougo/unite.vim): A library used by Vim Filer to help build its user interface.
|
||||
* [vim-fugitive](https://github.com/tpope/vim-fugitive): A wrapper integrating git into vim in such a way as to provide features neither of them could offer on their own.
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Subproject commit e5444b47ea15b477e962ac5744a0c0b1827571ef
|
|
@ -1 +0,0 @@
|
|||
Subproject commit d3bdad7b5e4253dc7ce6793342d7b8755c67ff0c
|
|
@ -1 +0,0 @@
|
|||
let g:tcommand#include_history = 0
|
Loading…
Reference in a new issue