Set bg to none instead of same as terminal. This works better with transparent terminals.
This commit is contained in:
parent
bcf9a7fdb1
commit
88ac5cb9f0
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ colors.generate(true)
|
|||
|
||||
local function save_and_set_invisible_inlay_hints_hl()
|
||||
saved_highlights = vim.api.nvim_get_hl_by_name("LspInlayHint", true)
|
||||
vim.api.nvim_set_hl(0, "LspInlayHint", { fg = colors.bg, bg = colors.bg })
|
||||
vim.api.nvim_set_hl(0, "LspInlayHint", { fg = colors.bg, bg = "none" })
|
||||
end
|
||||
|
||||
local function restore_inlay_hints_hl()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue