Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit 1cd649b

Browse files
community: editor support plugins
Rainbow parens - "astrocommunity.editing-support.nvim-ts-rainbow2" Explain what a regular expression means - "astrocommunity.editing-support.nvim-regexplainer" TODO status markers - "astrocommunity.editing-support.todo-comments-nvim"
1 parent b94af95 commit 1cd649b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

plugins/community.lua

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ return {
1111
-- dev = true,
1212
-- },
1313

14+
15+
-- Editor support
16+
-- Rainbow parens
17+
{ import = "astrocommunity.editing-support.nvim-ts-rainbow2" },
18+
{ import = "astrocommunity.editing-support.nvim-regexplainer" },
1419
{ import = "astrocommunity.editing-support.todo-comments-nvim" },
1520

1621
{

0 commit comments

Comments
 (0)