refactor(nvim): link to comment for inlay hints

This commit is contained in:
Price Hiller 2023-06-05 02:13:44 -05:00
parent 0ba78cc1c4
commit bf608fc2b5
No known key found for this signature in database

View File

@ -131,7 +131,7 @@ require("kanagawa").setup({
DiffviewFilePanelTitle = { fg = colors.crystalBlue },
Headline = { bg = colors.sumiInk2 },
HeadlineReversed = { bg = colors.sumiInk1 },
LspInlayHint = { fg = colors.lotusViolet1, bg = colors.sumiInk5, italic = true },
LspInlayHint = { link = "Comment", italic = true },
}
return overrides