mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
feat(util): add rainbow-delimiters
This commit is contained in:
parent
789b1b4fd4
commit
437dbb4673
1 changed files with 5 additions and 0 deletions
5
lua/lazyvim/plugins/extras/util/rainbow-delimiters.lua
Normal file
5
lua/lazyvim/plugins/extras/util/rainbow-delimiters.lua
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
return {
|
||||
{
|
||||
"HiPhish/rainbow-delimiters.nvim",
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue