From a3c2cacb4fbc6fbba9aeeaab2c8b8d9012c263c1 Mon Sep 17 00:00:00 2001 From: sefidel Date: Wed, 7 Aug 2024 03:27:57 +0900 Subject: feat(packs/cmp)!: remove nvim_lsp_signature_help --- fnl/nvrc/pack.fnl | 3 +-- fnl/nvrc/packs/cmp.fnl | 3 +-- lazy-lock.json | 3 +-- 3 files changed, 3 insertions(+), 6 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}) diff --git a/fnl/nvrc/packs/cmp.fnl b/fnl/nvrc/packs/cmp.fnl index aeb514f..5ca7c1c 100644 --- a/fnl/nvrc/packs/cmp.fnl +++ b/fnl/nvrc/packs/cmp.fnl @@ -66,8 +66,7 @@ (if (visible) (select_next_item) (vim.snippet.active {:direction -1}) (vim.snippet.jump -1) (fallback)))})} - :sources [{:name :nvim_lsp} - {:name :nvim_lsp_signature_help}] + :sources [{:name :nvim_lsp}] :sorting {:comparators [compare.offset compare.exact clangd-score diff --git a/lazy-lock.json b/lazy-lock.json index d08212c..d54cfb0 100644 --- a/lazy-lock.json +++ b/lazy-lock.json @@ -2,7 +2,6 @@ "Comment.nvim": { "branch": "master", "commit": "e30b7f2008e52442154b66f7c519bfd2f1e32acb" }, "clangd_extensions.nvim": { "branch": "main", "commit": "a8500531c4ed3a207e744a374ea038744a0f93eb" }, "cmp-nvim-lsp": { "branch": "main", "commit": "39e2eda76828d88b773cc27a3f61d2ad782c922d" }, - "cmp-nvim-lsp-signature-help": { "branch": "main", "commit": "031e6ba70b0ad5eee49fd2120ff7a2e325b17fa7" }, "cmp-under-comparator": { "branch": "master", "commit": "6857f10272c3cfe930cece2afa2406e1385bfef8" }, "conform.nvim": { "branch": "master", "commit": "25d48271e3d4404ba017cb92a37d3a681c1ad149" }, "diffview.nvim": { "branch": "main", "commit": "4516612fe98ff56ae0415a259ff6361a89419b0a" }, @@ -37,4 +36,4 @@ "vim-eunuch": { "branch": "master", "commit": "8fb3904be27b6b60d086f87c2570085902414069" }, "vim-fugitive": { "branch": "master", "commit": "0444df68cd1cdabc7453d6bd84099458327e5513" }, "vim-sleuth": { "branch": "master", "commit": "1cc4557420f215d02c4d2645a748a816c220e99b" } -} \ No newline at end of file +} -- cgit 1.4.1