about summary refs log tree commit diff
path: root/fnl/nvrc/pack.fnl
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-02-11 00:38:15 +0900
committersefidel <contact@sefidel.net>2022-02-11 00:38:15 +0900
commit846813e174b8a42ace40bddaf3d64d8ead63b874 (patch)
tree471271ffb817e9e28b1c7a09142dfbe68d59374d /fnl/nvrc/pack.fnl
parent26bb3be1c460be53ad0b85da858fdd6576eef1b4 (diff)
downloadnvimrc-846813e174b8a42ace40bddaf3d64d8ead63b874.tar.gz
nvimrc-846813e174b8a42ace40bddaf3d64d8ead63b874.zip
feat(pack)!: migrate to fzf-lua
Diffstat (limited to 'fnl/nvrc/pack.fnl')
-rw-r--r--fnl/nvrc/pack.fnl5
1 files changed, 2 insertions, 3 deletions
diff --git a/fnl/nvrc/pack.fnl b/fnl/nvrc/pack.fnl
index a1c611a..35bd6df 100644
--- a/fnl/nvrc/pack.fnl
+++ b/fnl/nvrc/pack.fnl
@@ -24,10 +24,9 @@
 (pack! :luukvbaal/stabilize.nvim {:after :jellybeans.vim :init :stabilize})
 (pack! :numToStr/Comment.nvim {:module :Comment :init :Comment})
 ; TODO: https://github.com/kyazdani42/nvim-tree.lua/issues/951
-(pack! :kyazdani42/nvim-tree.lua {:req :nvimtree :cmd [:NvimTreeToggle :NvimTreeFocus] :commit "d8bf1ad"})
+(pack! :kyazdani42/nvim-tree.lua {:req :nvimtree :defer :nvim-tree.lua})
 (pack! :ggandor/lightspeed.nvim {:keys [:s :S :x :X :f :F]})
-(pack! :nvim-telescope/telescope.nvim {:req :telescope :module :telescope :cmd :Telescope})
-(pack! :boppyt/nvrc-extra)
+(pack! :ibhagwan/fzf-lua {:init :fzf-lua :module :fzf-lua :cmd :FzfLua})
 
 (pack! :bakpakin/fennel.vim {:ft :fennel})