Add autoclose and rainbow highlight to parentheses
This commit is contained in:
parent
b035c6494e
commit
a29dc3ecbe
11
lua/plugins/brackets.lua
Normal file
11
lua/plugins/brackets.lua
Normal file
@ -0,0 +1,11 @@
|
||||
return {
|
||||
{
|
||||
-- Use rainbow highlighting like VSC
|
||||
"https://gitlab.com/HiPhish/rainbow-delimiters.nvim",
|
||||
},
|
||||
{
|
||||
-- Automatically close a bracket when opened
|
||||
"m4xshen/autoclose.nvim",
|
||||
opts = {},
|
||||
},
|
||||
}
|
Loading…
Reference in New Issue
Block a user