From dec8d0cb14859fd24c8724ed497ef4048fa23409 Mon Sep 17 00:00:00 2001 From: Squibid Date: Sun, 31 Mar 2024 12:31:20 -0400 Subject: replace lsp_signature with better alternative --- after/plugin/lspsignature.lua | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 after/plugin/lspsignature.lua (limited to 'after/plugin/lspsignature.lua') diff --git a/after/plugin/lspsignature.lua b/after/plugin/lspsignature.lua deleted file mode 100644 index 7e2c1b2..0000000 --- a/after/plugin/lspsignature.lua +++ /dev/null @@ -1,12 +0,0 @@ -local status_ok, lspsignature = pcall(require, "lsp_signature") -if not status_ok then - return -end - -lspsignature.setup { - hint_enable = false, - floating_window = true, - handler_opts = { - border = "shadow" - } -} -- cgit v1.2.1