diff --git a/.gitmodules b/.gitmodules index 6c405c7..bf4ff36 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/readme.md b/readme.md index e6b2ae3..c0a72b4 100644 --- a/readme.md +++ b/readme.md @@ -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. diff --git a/vim/bundle/tcommand_vim b/vim/bundle/tcommand_vim deleted file mode 160000 index e5444b4..0000000 --- a/vim/bundle/tcommand_vim +++ /dev/null @@ -1 +0,0 @@ -Subproject commit e5444b47ea15b477e962ac5744a0c0b1827571ef diff --git a/vim/bundle/tlib_vim b/vim/bundle/tlib_vim deleted file mode 160000 index d3bdad7..0000000 --- a/vim/bundle/tlib_vim +++ /dev/null @@ -1 +0,0 @@ -Subproject commit d3bdad7b5e4253dc7ce6793342d7b8755c67ff0c diff --git a/vim/config/plugins/tcommand.vim b/vim/config/plugins/tcommand.vim deleted file mode 100644 index 80e514d..0000000 --- a/vim/config/plugins/tcommand.vim +++ /dev/null @@ -1 +0,0 @@ -let g:tcommand#include_history = 0