From 9bc711cd5b89cd607da23c37b41c08efab3e0a0a Mon Sep 17 00:00:00 2001 From: Ryan Reed Date: Tue, 21 Sep 2021 22:16:16 -0400 Subject: [PATCH] Removing matchit for now --- dot_vim/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_vim/README.md b/dot_vim/README.md index b0b2b4d..27791d7 100644 --- a/dot_vim/README.md +++ b/dot_vim/README.md @@ -33,7 +33,7 @@ Note: Some features require version 8+ of vim. For instance, the ALE plugin whic * ~~[Easymotion](https://github.com/easymotion/vim-easymotion) - Easily navigate documents~~ Disabled recently as unused, although useful * [Asynchronous Lint Engine (ALE)](https://github.com/dense-analysis/ale) - Linting while working * [Gruvbox](https://github.com/morhetz/gruvbox) - Retro colorscheme (colorscheme in vimrc) -* [Matchit](https://github.com/adelarsq/vim-matchit) - For expanding % matching (matches start/end tags for html, for example) +* ~~[Matchit](https://github.com/adelarsq/vim-matchit) - For expanding % matching (matches start/end tags for html, for example)~~ Disabled recently as possibly unused * [Lightline](https://github.com/itchyny/lightline.vim) - Configurable statusline/tabline * [Markdown TOC](https://github.com/mzlogin/vim-markdown-toc) - A markdown Table of Contents generator * [NERDCommenter](https://github.com/preservim/nerdcommenter) - Quick commenting/uncommenting of lines