astro-nvim-v3 - ft: fix ts-rainbow
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
return {
|
||||
{
|
||||
"HiPhish/rainbow-delimiters.nvim",
|
||||
-- event = { "InsertLeave", "TextChanged" },
|
||||
event = "TextChanged",
|
||||
dependencies = {
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
{
|
||||
@@ -26,15 +28,14 @@ return {
|
||||
},
|
||||
},
|
||||
},
|
||||
specs = {
|
||||
{
|
||||
"catppuccin",
|
||||
optional = true,
|
||||
---@type CatppuccinOptions
|
||||
opts = { integrations = { rainbow_delimiters = true } },
|
||||
},
|
||||
},
|
||||
event = "User AstroFile",
|
||||
-- specs = {
|
||||
-- {
|
||||
-- "catppuccin",
|
||||
-- optional = true,
|
||||
-- ---@type CatppuccinOptions
|
||||
-- opts = { integrations = { rainbow_delimiters = true } },
|
||||
-- },
|
||||
-- },
|
||||
main = "rainbow-delimiters.setup",
|
||||
opts = {},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user