astro-nvim-v3 - ft: fix ts-rainbow
This commit is contained in:
@@ -6,5 +6,6 @@ return {
|
||||
hide_fillchars = true,
|
||||
borderless_telescope = false,
|
||||
terminal_colors = false,
|
||||
integrations = { rainbow_delimiters = true },
|
||||
},
|
||||
}
|
||||
|
||||
@@ -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 = {},
|
||||
},
|
||||
|
||||
@@ -25,6 +25,7 @@ return {
|
||||
{ "[", "]", fly = true },
|
||||
{ "{", "}", fly = true },
|
||||
{ "(", ")", fly = true },
|
||||
-- { "<", ">", fly = true },
|
||||
},
|
||||
},
|
||||
dependencies = {
|
||||
|
||||
Reference in New Issue
Block a user