fix highlighting

This commit is contained in:
kyasuda
2025-08-22 12:03:46 -07:00
parent 6317be3b2b
commit eed75769df
6 changed files with 25 additions and 76 deletions

View File

@@ -28,16 +28,21 @@ return {
opts = {}, -- merged with defaults from documentation
},
signature = {
enabled = true,
enabled = false,
auto_open = {
enabled = true,
trigger = true, -- Automatically show signature help when typing a trigger character from the LSP
luasnip = true, -- Will open signature help when jumping to Luasnip insert nodes
throttle = 50, -- Debounce lsp signature help request by 50ms
},
view = nil, -- when nil, use defaults from documentation
view = "hover", -- use floating popup view
---@type NoiceViewOptions
opts = {}, -- merged with defaults from documentation
opts = {
lang = "markdown",
replace = true,
relative = "cursor",
position = { row = -6, col = -1 },
},
},
},
-- you can enable a preset for easier configuration