about summary refs log tree commit diff
path: root/fnl/nvrc/packs/lsp_signature.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/nvrc/packs/lsp_signature.fnl')
-rw-r--r--fnl/nvrc/packs/lsp_signature.fnl15
1 files changed, 0 insertions, 15 deletions
diff --git a/fnl/nvrc/packs/lsp_signature.fnl b/fnl/nvrc/packs/lsp_signature.fnl
deleted file mode 100644
index b14a374..0000000
--- a/fnl/nvrc/packs/lsp_signature.fnl
+++ /dev/null
@@ -1,15 +0,0 @@
-(local {: setup} (require :lsp_signature))
-
-(setup {:bind true
-        :doc_lines 0
-        :floating_window true
-        :fix_pos true
-        :hint_enable true
-        :hint_scheme :String
-        :hint_prefix "(i) "
-        :hi_parameter :Search
-        :max_height 22
-        :max_width 120
-        :handler_opts {:border :single}
-        :zindex 200
-        :padding ""})