1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2026-05-18 12:34:11 +00:00

[neovim] set italic mode for LspInlayHint

This commit is contained in:
2026-05-15 16:22:01 +02:00
parent 9f6cb34770
commit c1829915a3
2 changed files with 8 additions and 5 deletions
+8 -4
View File
@@ -39,6 +39,10 @@ require("lazy").setup({
on_colors = function(colors)
colors.error = "#ff966c"
end,
on_highlights = function(hl, _)
hl.LspInlayHint = { italic = true, bg = "#24283c", fg = "#545c7e" }
end,
})
vim.cmd("colorscheme tokyonight-moon")
end,
@@ -251,8 +255,8 @@ require("lazy").setup({
},
},
},
{
"qvalentin/helm-ls.nvim",
ft = "helm",
},
-- {
-- "qvalentin/helm-ls.nvim",
-- ft = "helm",
-- },
}, lazy_opts)