From 401e6f2ed0776237f9eca9ce7e3f8ace0d070e55 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Sun, 3 Nov 2024 13:42:27 +0100 Subject: [PATCH] nvim: adding ray-x/lsp_signature.nvim --- nvim/lua/user/plugins/lsp.lua | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/nvim/lua/user/plugins/lsp.lua b/nvim/lua/user/plugins/lsp.lua index a7ff34f..f25703f 100644 --- a/nvim/lua/user/plugins/lsp.lua +++ b/nvim/lua/user/plugins/lsp.lua @@ -18,6 +18,17 @@ return { "hrsh7th/cmp-nvim-lsp-signature-help" }, }, + { + "ray-x/lsp_signature.nvim", + event = "VeryLazy", + opts = { + hint_enable = false, + fix_pos = true, + handler_opts = { + border = "none" + } + }, + }, -- LSP often return markdown that neovim parses. -- make sure we have a plugin that can render markdown to nicer text {