mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 15:06:38 -05:00
Remove MatchTagAlways as it was only barely functional
This commit is contained in:
parent
9b71a4ad03
commit
ae22d6f06c
3 changed files with 1 additions and 6 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 352eb479a4ad1608e0880b79ab2357aac2cf4bed
|
Loading…
Reference in a new issue