mirror of
https://github.com/harivansh-afk/cozybox.nvim.git
synced 2026-04-15 03:00:45 +00:00
move
This commit is contained in:
parent
b6e3b96311
commit
d2d9d7953c
1 changed files with 3 additions and 2 deletions
|
|
@ -1237,11 +1237,12 @@ local function get_groups()
|
|||
["@float"] = { link = "Float" },
|
||||
["@function"] = { link = "Function" },
|
||||
["@function.builtin"] = { link = "Special" },
|
||||
["@function.call"] = { link = "Function" },
|
||||
["@function.call"] = { link = "CozyboxBlueBold" },
|
||||
["@function.macro"] = { link = "Macro" },
|
||||
["@function.method"] = { link = "Function" },
|
||||
["@function.method.call"] = { link = "CozyboxBlueBold" },
|
||||
["@method"] = { link = "Function" },
|
||||
["@method.call"] = { link = "Function" },
|
||||
["@method.call"] = { link = "CozyboxBlueBold" },
|
||||
["@constructor"] = { link = "Special" },
|
||||
["@parameter"] = { link = "CozyboxGreen" },
|
||||
["@keyword"] = { link = "Keyword" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue