From 76367d19b77fc27bc6843f17a617a4c199e1ae79 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Sun, 29 Dec 2024 12:00:38 +0100 Subject: [PATCH] nvim/lua/user/plugins/lsp.lua: remove ray-x/lsp_signature --- nvim/lua/user/plugins/lsp.lua | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/nvim/lua/user/plugins/lsp.lua b/nvim/lua/user/plugins/lsp.lua index 61b0453..5608f19 100644 --- a/nvim/lua/user/plugins/lsp.lua +++ b/nvim/lua/user/plugins/lsp.lua @@ -18,17 +18,18 @@ 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" - } - }, - }, + -- Using blink.nvim atm. + -- { + -- "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 {