mirror of
https://github.com/harivansh-afk/cozybox.nvim.git
synced 2026-04-15 07:04:45 +00:00
update
This commit is contained in:
parent
be246810d7
commit
4fab147eff
1 changed files with 4 additions and 0 deletions
|
|
@ -1366,6 +1366,10 @@ local function get_groups()
|
|||
["@lsp.type.type"] = { link = "@type" },
|
||||
["@lsp.type.typeParameter"] = { link = "@type.definition" },
|
||||
["@lsp.type.variable"] = { link = "@variable" },
|
||||
-- Go: gopls emits struct fields as "variable" and interface methods as "method"
|
||||
-- Override per-language so they get colored rather than falling to plain fg
|
||||
["@lsp.type.variable.go"] = { link = "@variable.member" },
|
||||
["@lsp.type.method.go"] = { link = "@function" },
|
||||
|
||||
-- NeoTreeDirectoryName = { link = "Directory" },
|
||||
-- NeoTreeDotfile = { fg = colors.fg4 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue