astro-nvim-v3 - fix linter2

This commit is contained in:
huyjaky
2025-01-03 11:57:45 +07:00
parent 193a915d3a
commit 11d5685aaa
7 changed files with 139 additions and 43 deletions

View File

@@ -0,0 +1,22 @@
return {
"chrisgrieser/nvim-lsp-endhints",
event = "LspAttach",
opts = {
icons = {
type = "󰜁 ",
parameter = "󰏪 ",
offspec = "", -- hint kind not defined in official LSP spec
unknown = "", -- hint kind is nil
},
label = {
truncateAtChars = 20,
padding = 1,
marginLeft = 0,
sameKindSeparator = ", ",
},
extmark = {
priority = 50,
},
autoEnableHints = true,
},
}