about summary refs log tree commit diff
path: root/fnl/nvrc/pack.fnl
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-12-20 00:22:41 +0900
committersefidel <contact@sefidel.net>2024-12-20 00:22:41 +0900
commita6776b69d5082ab75ba6b1373b7cae6f4884f7b0 (patch)
tree5b77cabdd31805fa5880f09c42d1e35f1a1fe1fc /fnl/nvrc/pack.fnl
parent0634cac078ff662efa4ae73bdf344ce3fa2a090d (diff)
downloadnvimrc-a6776b69d5082ab75ba6b1373b7cae6f4884f7b0.tar.gz
nvimrc-a6776b69d5082ab75ba6b1373b7cae6f4884f7b0.zip
feat(pack)!: replace nvim-cmp with blink.cmp
Diffstat (limited to 'fnl/nvrc/pack.fnl')
-rw-r--r--fnl/nvrc/pack.fnl6
1 files changed, 2 insertions, 4 deletions
diff --git a/fnl/nvrc/pack.fnl b/fnl/nvrc/pack.fnl
index bd7d0ae..9427842 100644
--- a/fnl/nvrc/pack.fnl
+++ b/fnl/nvrc/pack.fnl
@@ -44,10 +44,8 @@
 (pack! :tpope/vim-eunuch)
 (pack! :tpope/vim-sleuth)
 
-(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! :Saghen/blink.cmp {:req :blink-cmp
+                          :build "nix run .#build-plugin"})
 (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})