refactor(nvim): link to comment for inlay hints
This commit is contained in:
parent
0ba78cc1c4
commit
bf608fc2b5
@ -131,7 +131,7 @@ require("kanagawa").setup({
|
|||||||
DiffviewFilePanelTitle = { fg = colors.crystalBlue },
|
DiffviewFilePanelTitle = { fg = colors.crystalBlue },
|
||||||
Headline = { bg = colors.sumiInk2 },
|
Headline = { bg = colors.sumiInk2 },
|
||||||
HeadlineReversed = { bg = colors.sumiInk1 },
|
HeadlineReversed = { bg = colors.sumiInk1 },
|
||||||
LspInlayHint = { fg = colors.lotusViolet1, bg = colors.sumiInk5, italic = true },
|
LspInlayHint = { link = "Comment", italic = true },
|
||||||
}
|
}
|
||||||
|
|
||||||
return overrides
|
return overrides
|
||||||
|
Loading…
x
Reference in New Issue
Block a user