a lot of applications seem to hardcode this location, so it's better to have something default, or default-adjasoned.
6 lines
97 B
Lua
6 lines
97 B
Lua
---@type LazySpec
|
|
return { {
|
|
'ray-x/lsp_signature.nvim',
|
|
opts = { always_trigger = false }
|
|
} }
|