mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
fix(lspsaga): preview definitions
Preview Definitions now get highlighted! Why? Because it's *Definitions* not *Defintions*
This commit is contained in:
parent
81faeeedd5
commit
173aeb6882
1 changed files with 1 additions and 1 deletions
|
|
@ -437,7 +437,7 @@ local theme = {
|
|||
DefinitionCount = { fg = p.rose },
|
||||
ReferencesCount = { fg = p.rose },
|
||||
ReferencesIcon = { fg = p.rose },
|
||||
DefintionPreviewTitle = {
|
||||
DefinitionPreviewTitle = {
|
||||
fg = p.rose,
|
||||
style = "bold",
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue