diff options
Diffstat (limited to 'lua/ache/plugins/rainbow-delimiters.lua')
| -rw-r--r-- | lua/ache/plugins/rainbow-delimiters.lua | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lua/ache/plugins/rainbow-delimiters.lua b/lua/ache/plugins/rainbow-delimiters.lua index 021dde0..80e8845 100644 --- a/lua/ache/plugins/rainbow-delimiters.lua +++ b/lua/ache/plugins/rainbow-delimiters.lua @@ -1,3 +1,9 @@ +--[ +-- This Neovim plugin provides alternating syntax highlighting (“rainbow parentheses”) for Neovim, powered by Tree-sitter +-- +-- Simple and efficient. Differents color for differents brackets so it's easier to found the matching bracket. +--] + return { - "HiPhish/rainbow-delimiters.nvim", + "HiPhish/rainbow-delimiters.nvim", } |