mirror of
https://github.com/ksyasuda/dotfiles.git
synced 2025-12-05 02:53:38 -08:00
fix highlighting
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user