diff --git a/lua/custom/plugins/lsp_signature.lua b/lua/custom/plugins/lsp_signature.lua deleted file mode 100644 index cf3ed43..0000000 --- a/lua/custom/plugins/lsp_signature.lua +++ /dev/null @@ -1,16 +0,0 @@ -return { - 'ray-x/lsp_signature.nvim', - event = 'InsertEnter', - opts = { - bind = true, - doc_lines = 0, - close_timeout = 1000, - handler_opts = { - border = 'rounded', - }, - toggle_key = '', - }, - config = function(_, opts) - require('lsp_signature').setup(opts) - end, -}