rainbow delimiters
This commit is contained in:
parent
fbafffd18b
commit
c90e1e52f1
1 changed files with 4 additions and 0 deletions
|
@ -244,6 +244,10 @@ return {
|
||||||
event = "BufReadPost",
|
event = "BufReadPost",
|
||||||
config = true,
|
config = true,
|
||||||
},
|
},
|
||||||
|
{ -- rainbow delimiters
|
||||||
|
"https://gitlab.com/HiPhish/rainbow-delimiters.nvim",
|
||||||
|
event = "BufReadPost",
|
||||||
|
},
|
||||||
{ -- show colors
|
{ -- show colors
|
||||||
"https://github.com/norcalli/nvim-colorizer.lua",
|
"https://github.com/norcalli/nvim-colorizer.lua",
|
||||||
ft = { "html", "css", "scss", },
|
ft = { "html", "css", "scss", },
|
||||||
|
|
Loading…
Reference in a new issue