diff --git a/.gitmodules b/.gitmodules index bf4ff36..bb0e441 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/readme.md b/readme.md index 98e7094..0c4eb2c 100644 --- a/readme.md +++ b/readme.md @@ -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. diff --git a/vim/bundle/MatchTagAlways b/vim/bundle/MatchTagAlways deleted file mode 160000 index 352eb47..0000000 --- a/vim/bundle/MatchTagAlways +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 352eb479a4ad1608e0880b79ab2357aac2cf4bed