Browse Source

Removing matchit for now

pull/1/head
Ryan Reed 3 years ago
parent
commit
9bc711cd5b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      dot_vim/README.md

+ 1
- 1
dot_vim/README.md View File

@ -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


Loading…
Cancel
Save