mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat: add more nvim cmp
This commit is contained in:
parent
41ddda4101
commit
4e649a844e
2 changed files with 11 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
.DS_Store
|
||||
|
|
@ -565,6 +565,16 @@ local function set_highlights()
|
|||
CmpItemKindMethod = { link = "PreProc" },
|
||||
CmpItemKindSnippet = { link = "String" },
|
||||
CmpItemKindVariable = { link = "Identifier" },
|
||||
CmpItemMenu = { fg = palette.text },
|
||||
|
||||
CmpItemKindKeyword = { link = "Keyword" },
|
||||
CmpItemKindText = { fg = palette.text },
|
||||
CmpItemKindConstructor = { link = "@constructor" },
|
||||
CmpItemKindFolder = { link = "NvimTreeFolderIcon" },
|
||||
CmpItemKindModule = { link = "@module" },
|
||||
CmpItemKindConstant = { link = "Constant" },
|
||||
CmpItemKindProperty = { link = "@property" },
|
||||
CmpItemKindEnum = { link = "@lsp.type.enum" },
|
||||
|
||||
-- NeogitOrg/neogit
|
||||
-- https://github.com/NeogitOrg/neogit/blob/master/lua/neogit/lib/hl.lua#L109-L198
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue