From ae22d6f06c120daf86502a22d1560e114325fbe0 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Fri, 1 Mar 2024 23:48:55 -0500 Subject: [PATCH] Remove MatchTagAlways as it was only barely functional --- .gitmodules | 3 --- readme.md | 3 +-- vim/bundle/MatchTagAlways | 1 - 3 files changed, 1 insertion(+), 6 deletions(-) delete mode 160000 vim/bundle/MatchTagAlways diff --git a/.gitmodules b/.gitmodules index 9a6709a..531134e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -31,9 +31,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 6aaa2f3..1aa0823 100644 --- a/readme.md +++ b/readme.md @@ -14,7 +14,7 @@ A theme, config and collection of plugins for Neovim * **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. @@ -127,7 +127,6 @@ For a complete list of mappings specific to **darkcloud-nvimconfig**, check the * [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 * [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter): Treesitter configurations and abstraction layer for Neovim * [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 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