mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
fix: indentation
This commit is contained in:
parent
1dafe784cc
commit
f0e23f05aa
1 changed files with 1 additions and 1 deletions
|
|
@ -342,7 +342,7 @@ theme.plugins = {
|
||||||
CmpItemKind = { fg = p.iris },
|
CmpItemKind = { fg = p.iris },
|
||||||
CmpItemAbbr = { fg = p.subtle },
|
CmpItemAbbr = { fg = p.subtle },
|
||||||
CmpItemAbbrMatch = { fg = p.text, style = 'bold' },
|
CmpItemAbbrMatch = { fg = p.text, style = 'bold' },
|
||||||
CmpItemAbbrMatchFuzzy = { fg = p.text, style = 'bold' },
|
CmpItemAbbrMatchFuzzy = { fg = p.text, style = 'bold' },
|
||||||
CmpItemAbbrDeprecated = { fg = p.subtle, style = 'strikethrough' },
|
CmpItemAbbrDeprecated = { fg = p.subtle, style = 'strikethrough' },
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue