Remove MatchTagAlways as it was only barely functional

This commit is contained in:
Kevin MacMartin 2024-03-02 00:05:47 -05:00
parent d21d8cf0aa
commit e082752ba0
3 changed files with 1 additions and 6 deletions

3
.gitmodules vendored
View file

@ -40,9 +40,6 @@
[submodule "vim/bundle/vim-polyglot-darkcloud"]
path = vim/bundle/vim-polyglot-darkcloud
url = https://github.com/prurigro/vim-polyglot-darkcloud.git
[submodule "vim/bundle/MatchTagAlways"]
path = vim/bundle/MatchTagAlways
url = https://github.com/Valloric/MatchTagAlways.git
[submodule "vim/bundle/tabular"]
path = vim/bundle/tabular
url = https://github.com/godlygeek/tabular

View file

@ -14,7 +14,7 @@ A theme, config and collection of plugins for Vim.
* **Compilers, Linters and Runtimes**: The ale plugin can use compilers, linters and runtimes to provide real-time syntax checking.
* **CTags**: Required by the _tagbar_ and _deoplete_ plugins as well as the _gentags_ script ([ctags website](http://ctags.sourceforge.net)).
* **Powerline Fonts**: Required to enable the fancier looking status line ([powerline-fonts repo](https://github.com/Lokaltog/powerline-fonts)).
* **Python**: Required for _deoplete_ autocompletion and _MatchTagAlways_ functionality.
* **Python**: Required for _deoplete_ autocompletion functionality.
* **Neovim Python Module**: Required for _deoplete_ autocompletion.
* **Python Msgpack**: Required for _deoplete_ autocompletion.
@ -159,7 +159,6 @@ For a complete list of mappings specific to **darkcloud-vimconfig**, check the l
* [incsearch.vim](https://github.com/haya14busa/incsearch.vim): Improved incremental searching for Vim.
* [lightline.vim](https://github.com/itchyny/lightline.vim): A light and configurable statusline/tabline for Vim.
* [lightline-ale](https://github.com/maximbaz/lightline-ale): Provides ALE indicator for the lightline vim plugin.
* [MatchTagAlways](https://github.com/Valloric/MatchTagAlways): A Vim plugin that always highlights the enclosing html/xml tags.
* [ReplaceWithRegister](https://github.com/vim-scripts/ReplaceWithRegister): Replace text with the contents of a register (for paste+replace without writing over the buffer).
* [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.

@ -1 +0,0 @@
Subproject commit 352eb479a4ad1608e0880b79ab2357aac2cf4bed