Browse Source

Removing vim-rainbow

pull/2/head
Ryan Reed 3 years ago
parent
commit
c168e979ab
2 changed files with 1 additions and 5 deletions
  1. +0
    -4
      .chezmoiexternal.toml
  2. +1
    -1
      dot_vim/README.md

+ 0
- 4
.chezmoiexternal.toml View File

@ -39,10 +39,6 @@
type = "archive"
url = "https://github.com/mzlogin/vim-markdown-toc/archive/master.tar.gz"
stripComponents = 1
[".vim/bundle/vim-rainbow"]
type = "archive"
url = "https://github.com/frazrepo/vim-rainbow/archive/master.tar.gz"
stripComponents = 1
[".vim/bundle/vim-surround"]
type = "archive"
url = "https://github.com/tpope/vim-surround/archive/master.tar.gz"


+ 1
- 1
dot_vim/README.md View File

@ -42,7 +42,7 @@ Note: Some features require version 8+ of vim. For instance, the ALE plugin whic
* [Tabular](https://github.com/godlygeek/tabular/) - Easily align text based on delimeters (e.g. |)
* [surround.vim](https://github.com/tpope/vim-surround) - Easily surround with delimeters (e.g. "Something")
* [IndentLines](https://github.com/Yggdroot/indentLine) - View the indentations (`<leader>i`)
* [vim-rainbow](https://github.com/frazrepo/vim-rainbow.git) - Different colors for different levels of brackets
* ~~[vim-rainbow](https://github.com/frazrepo/vim-rainbow.git) - Different colors for different levels of brackets~~ Disabled as interfers with spellcheck for some reason


Loading…
Cancel
Save