From 5edaebd7f42fa7c090058167dcef8338f59f3d04 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 27 Feb 2022 14:08:18 +0900 Subject: feat(pack): move plenary to dependencies --- fnl/nvrc/pack.fnl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'fnl/nvrc') diff --git a/fnl/nvrc/pack.fnl b/fnl/nvrc/pack.fnl index 448c597..fd13659 100644 --- a/fnl/nvrc/pack.fnl +++ b/fnl/nvrc/pack.fnl @@ -3,7 +3,6 @@ (pack! :wbthomason/packer.nvim) (pack! :rktjmp/hotpot.nvim) (pack! :lewis6991/impatient.nvim) -(pack! :nvim-lua/plenary.nvim) (pack! :metalelf0/jellybeans-nvim {:config "require('nvrc.colors').apply('jellybeans-nvim')" :requires [(pack :rktjmp/lush.nvim)]}) @@ -16,13 +15,14 @@ (pack! :Pocco81/TrueZen.nvim {:cmd :TZAtaraxis}) (pack! :antoinemadec/FixCursorHold.nvim) (pack! :luukvbaal/stabilize.nvim {:init :stabilize}) -(pack! :tamago324/lir.nvim {:req :lir}) +(pack! :tamago324/lir.nvim {:req :lir + :requires [(pack :nvim-lua/plenary.nvim)]}) (pack! :neovim/nvim-lspconfig {:req :lspconfig :requires [(pack :hrsh7th/cmp-nvim-lsp {:after :nvim-cmp}) (pack :j-hui/fidget.nvim {:req :fidget :after :nvim-lspconfig}) (pack :hrsh7th/cmp-nvim-lsp-signature-help {:after :cmp-nvim-lsp})]}) -(pack! :simrat39/rust-tools.nvim {:init :rust-tools :ft :rust}) +(pack! :simrat39/rust-tools.nvim {:init :rust-tools :ft :rust :requires [(pack :nvim-lua/plenary.nvim)]}) (pack! :gpanders/editorconfig.nvim) (pack! :lewis6991/spaceless.nvim {:init :spaceless}) (pack! :stefandtw/quickfix-reflector.vim {:ft :qf}) -- cgit 1.4.1