about summary refs log tree commit diff
path: root/fnl/nvrc/pack.fnl
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-08-07 03:27:57 +0900
committersefidel <contact@sefidel.net>2024-08-07 03:27:57 +0900
commita3c2cacb4fbc6fbba9aeeaab2c8b8d9012c263c1 (patch)
treed733a09afd069e76aa6c9470ac0b4543bccc785e /fnl/nvrc/pack.fnl
parent94923c8e8ca173ec615df9cd0d191cfa8c2fdd11 (diff)
downloadnvimrc-a3c2cacb4fbc6fbba9aeeaab2c8b8d9012c263c1.tar.gz
nvimrc-a3c2cacb4fbc6fbba9aeeaab2c8b8d9012c263c1.zip
feat(packs/cmp)!: remove nvim_lsp_signature_help
Diffstat (limited to 'fnl/nvrc/pack.fnl')
-rw-r--r--fnl/nvrc/pack.fnl3
1 files changed, 1 insertions, 2 deletions
diff --git a/fnl/nvrc/pack.fnl b/fnl/nvrc/pack.fnl
index 59f3e7a..bd7d0ae 100644
--- a/fnl/nvrc/pack.fnl
+++ b/fnl/nvrc/pack.fnl
@@ -47,8 +47,7 @@
 (pack! :hrsh7th/nvim-cmp {:req :cmp
                           :event [:InsertEnter :CmdlineEnter]
                           :dependencies [(pack :lukas-reineke/cmp-under-comparator)
-                                         (pack :hrsh7th/cmp-nvim-lsp {:after :nvim-cmp})
-                                         (pack :hrsh7th/cmp-nvim-lsp-signature-help)]})
+                                         (pack :hrsh7th/cmp-nvim-lsp {:after :nvim-cmp})]})
 (pack! :stevearc/conform.nvim {:req :conform :cmd [:ConformInfo :ConformFormat] :keys ["gq"]})
 (pack! :numToStr/Comment.nvim {:init :Comment :lazy true})
 (pack! :ibhagwan/fzf-lua {:req :fzf :lazy true})