diff --git a/plugins.lua b/plugins.lua index c424eaf..25c56d7 100644 --- a/plugins.lua +++ b/plugins.lua @@ -411,4 +411,14 @@ return {{ } }) end +}, { + "ray-x/lsp_signature.nvim", + lazy = false, + config = function() + require("lsp_signature").setup({ + floating_window = false, + hint_prefix = "🦊 ", + doc_lines = 0 + }) + end }}