mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 15:06:38 -05:00
Remove tcommand and tlib
This commit is contained in:
parent
690b882d55
commit
5b743a6fbc
5 changed files with 0 additions and 11 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -34,12 +34,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
|
||||
|
|
|
@ -140,8 +140,6 @@ For a complete list of mappings specific to **darkcloud-nvimconfig**, check the
|
|||
* [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.
|
||||
* [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.
|
||||
* [vim-gutentags](https://github.com/xolox/vim-easytags): A plugin that takes care of the much needed management of tags files in Vim.
|
||||
* [vim-move](https://github.com/matze/vim-move): Provides a few convenient ways to move selected text.
|
||||
|
|
|
@ -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