feat: add gotmpl

This commit is contained in:
2026-02-11 18:50:51 +01:00
parent 4100aca262
commit af2d8df323
5 changed files with 13 additions and 2 deletions
+1
View File
@@ -16,6 +16,7 @@ local languages = {
"rust",
"comment",
"gitcommit",
"gotmpl",
}
---@type LazyPluginSpec
+1
View File
@@ -8,6 +8,7 @@ return {
local c = require("onedark.colors")
local highlights = {
["@string.special.url"] = { fg = "NONE", fmt = "NONE" },
["@lsp.type.macro.gotmpl"] = { fg = "NONE", fmt = "NONE" },
Cursor = { fg = c.bg, bg = c.fg, fmt = "NONE" },
FloatTitle = { fg = c.orange, bg = c.bg_d },
NormalFloat = { bg = c.bg_d },