From 846813e174b8a42ace40bddaf3d64d8ead63b874 Mon Sep 17 00:00:00 2001 From: sefidel Date: Fri, 11 Feb 2022 00:38:15 +0900 Subject: feat(pack)!: migrate to fzf-lua --- fnl/nvrc/pack.fnl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'fnl/nvrc/pack.fnl') 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}) -- cgit 1.4.1