diff --git a/.chezmoiexternal.toml b/.chezmoiexternal.toml index 7832b60..1268213 100644 --- a/.chezmoiexternal.toml +++ b/.chezmoiexternal.toml @@ -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" diff --git a/dot_vim/README.md b/dot_vim/README.md index 27791d7..25a1fc7 100644 --- a/dot_vim/README.md +++ b/dot_vim/README.md @@ -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 (`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