summaryrefslogtreecommitdiff
path: root/nvim/lua/plugins/lsp_signature.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/lua/plugins/lsp_signature.lua')
-rw-r--r--nvim/lua/plugins/lsp_signature.lua15
1 files changed, 0 insertions, 15 deletions
diff --git a/nvim/lua/plugins/lsp_signature.lua b/nvim/lua/plugins/lsp_signature.lua
deleted file mode 100644
index b9add0b..0000000
--- a/nvim/lua/plugins/lsp_signature.lua
+++ /dev/null
@@ -1,15 +0,0 @@
-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,
- },
-}