.config/nvim/lua/plugins/completion.lua

changeset 1148
bca491e2be91
parent 1144
dc1def95331f
child 1168
52750027eff6
--- a/.config/nvim/lua/plugins/completion.lua
+++ b/.config/nvim/lua/plugins/completion.lua
@@ -97,17 +97,4 @@ return {
       delete_check_events = "TextChanged",
     },
   },
-  {
-    "ray-x/lsp_signature.nvim",
-    branch = "master",
-    event = { "LspAttach" },
-    opts = {
-      toggle_key = "<F12>",
-      toggle_key_flip_floatwin_setting = true,
-      floating_window = false,
-      fix_pos = true,
-      hint_enable = false,
-      handler_opts = { border = "none" },
-    },
-  },
 }

mercurial