From ed137a15ff54dd4fc9a30183d9d626ae6f0cff50 Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Thu, 29 May 2025 14:53:31 +0300 Subject: 29.05.2025 --- nvim/lua/plugins/lsp_signature.lua | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 nvim/lua/plugins/lsp_signature.lua (limited to 'nvim/lua/plugins/lsp_signature.lua') diff --git a/nvim/lua/plugins/lsp_signature.lua b/nvim/lua/plugins/lsp_signature.lua new file mode 100644 index 0000000..b9add0b --- /dev/null +++ b/nvim/lua/plugins/lsp_signature.lua @@ -0,0 +1,15 @@ +return { + "ray-x/lsp_signature.nvim", + event = "VeryLazy", + opts = { + doc_lines = 1, + max_height = 3, + hint_prefix = "", + hint_prefix = { + above = "↙ ", + current = "← ", + below = "↖ ", + }, + floating_window = true, + }, +} -- cgit v1.2.3