Skip to content

Commit

Permalink
feat(editing-support): add rainbow-delimiters.nvim (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter authored Jul 5, 2023
1 parent f00dc83 commit b7805a7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/astrocommunity/editing-support/nvim-ts-rainbow2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ Rainbow delimiters for Neovim through Tree-sitter

**Repository:** <https://github.com/HiPhish/nvim-ts-rainbow2>

_Note_: This plugin has been deprecated in favor of the new [rainbow-delimiters.nvim](https://github.com/HiPhish/rainbow-delimiters.nvim)

This is a hard fork of the nvim-ts-rainbow package & is recommended over it.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# rainbow-delimiters.nvim

Rainbow delimiters for Neovim with Tree-sitter

**Repository:** <https://github.com/HiPhish/rainbow-delimiters.nvim>

This is a hard fork of the nvim-ts-rainbow2 plugin & is recommended over it.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
return {
"HiPhish/rainbow-delimiters.nvim",
dependencies = "nvim-treesitter/nvim-treesitter",
event = "User AstroFile",
}

0 comments on commit b7805a7

Please sign in to comment.