From 4881bb0aa5736be203db26aa9e3fcc7bdae8e2fb Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 27 Feb 2022 16:03:49 +0900 Subject: Revert "feat(pack): add cmp-buffer, cmp-rg" This reverts commit 414c82ba6d04a37fa2c2b00668d746ece3b68908. --- fnl/nvrc/pack.fnl | 5 +---- fnl/nvrc/packs/cmp.fnl | 8 ++------ 2 files changed, 3 insertions(+), 10 deletions(-) (limited to 'fnl/nvrc') diff --git a/fnl/nvrc/pack.fnl b/fnl/nvrc/pack.fnl index 04771ff..fd13659 100644 --- a/fnl/nvrc/pack.fnl +++ b/fnl/nvrc/pack.fnl @@ -28,12 +28,9 @@ (pack! :stefandtw/quickfix-reflector.vim {:ft :qf}) (pack! :L3MON4D3/LuaSnip {:module :luasnip}) -(pack! :hrsh7th/nvim-cmp {:req :cmp :event :InsertEnter - :requires [(pack :hrsh7th/cmp-buffer {:after :nvim-cmp}) - (pack :lukas-reineke/cmp-rg {:after :nvim-cmp})]}) +(pack! :hrsh7th/nvim-cmp {:req :cmp :event :InsertEnter}) (pack! :numToStr/Comment.nvim {:module :Comment :init :Comment}) (pack! :ibhagwan/fzf-lua {:req :fzf :module :fzf-lua}) (pack! :ggandor/lightspeed.nvim) (unpack!) - diff --git a/fnl/nvrc/packs/cmp.fnl b/fnl/nvrc/packs/cmp.fnl index 06c3ea4..616a39d 100644 --- a/fnl/nvrc/packs/cmp.fnl +++ b/fnl/nvrc/packs/cmp.fnl @@ -38,9 +38,7 @@ (. icons vim-item.kind) vim-item.kind)) (set vim-item.menu - (. {:nvim_lsp "[LSP]" - :buffer "[BUF]" - :rg "[RG]"} + (. {:nvim_lsp "[LSP]"} entry.source.name)) vim-item)} :mapping {: (cmp.mapping.select_prev_item) @@ -62,6 +60,4 @@ (fallback))) :c (cmp.mapping.select_prev_item {:select true})})} :sources [{:name :nvim_lsp} - {:name :nvim_lsp_signature_help} - {:name :buffer} - {:name :rg}]}) + {:name :nvim_lsp_signature_help}]}) -- cgit 1.4.1