We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44e4182 commit 44677ecCopy full SHA for 44677ec
2 files changed
config/nvim/lazyvim.json
@@ -9,7 +9,7 @@
9
],
10
"install_version": 7,
11
"news": {
12
- "NEWS.md": "10960"
+ "NEWS.md": "11866"
13
},
14
"version": 8
15
-}
+}
config/nvim/lua/plugins/plugins.lua
@@ -208,5 +208,8 @@ return {
208
209
210
-- rainbow brackets
211
- { "mrjones2014/nvim-ts-rainbow" },
+ {
212
+ "HiPhish/rainbow-delimiters.nvim",
213
+ sub_commands = { "RainbowDelimiters" }, -- Optional: for lazy loading
214
+ },
215
}
0 commit comments