mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
chore: format with stylua
This commit is contained in:
parent
160b89dc5e
commit
e6e9fb3635
1 changed files with 2 additions and 2 deletions
|
|
@ -410,8 +410,8 @@ theme.plugins = {
|
|||
-- nvim-cmp
|
||||
-- https://github.com/hrsh7th/nvim-cmp
|
||||
CmpItemKind = { fg = p.iris },
|
||||
CmpItemMenu = { fg = p.subtle},
|
||||
CmpItemAbbr = { fg = p.subtle },
|
||||
CmpItemMenu = { fg = p.subtle },
|
||||
CmpItemAbbr = { fg = p.subtle },
|
||||
CmpItemAbbrMatch = { fg = p.text, style = 'bold' },
|
||||
CmpItemAbbrMatchFuzzy = { fg = p.text, style = 'bold' },
|
||||
CmpItemAbbrDeprecated = { fg = p.subtle, style = 'strikethrough' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue