Added lsp_signature
This commit is contained in:
parent
efd6dfee2d
commit
7fde690c7f
10
plugins.lua
10
plugins.lua
|
@ -411,4 +411,14 @@ return {{
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
}, {
|
||||||
|
"ray-x/lsp_signature.nvim",
|
||||||
|
lazy = false,
|
||||||
|
config = function()
|
||||||
|
require("lsp_signature").setup({
|
||||||
|
floating_window = false,
|
||||||
|
hint_prefix = "🦊 ",
|
||||||
|
doc_lines = 0
|
||||||
|
})
|
||||||
|
end
|
||||||
}}
|
}}
|
||||||
|
|
Loading…
Reference in New Issue