do/end block treesitter, avante

This commit is contained in:
Adam Bellinson
2026-09-07 02:37:47 -04:00
committed by thread
parent f96bb5c9c7
commit 9cca542a88
4 changed files with 146 additions and 2 deletions
+2 -2
View File
@@ -5,8 +5,8 @@ local M = {}
local highlights = require "custom.highlights"
M.ui = {
theme = "everblush",
theme_toggle = { "everblush", "one_light" },
theme = "chadracula",
theme_toggle = { "chadracula", "one_light" },
hl_override = highlights.override,
hl_add = highlights.add,