about summary refs log tree commit diff
path: root/fnl/nvrc/pack.fnl
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-02-26 21:20:00 +0900
committersefidel <contact@sefidel.net>2022-02-26 21:20:00 +0900
commita2bf2823093778a3a77fb0a35efd45bffc7aeb29 (patch)
treeed8df8ae5fee6e6bdbeafd822d57aac918d8bc6b /fnl/nvrc/pack.fnl
parent899a50bf8eb2816305afb79bb1134209a5f3cbdb (diff)
downloadnvimrc-a2bf2823093778a3a77fb0a35efd45bffc7aeb29.tar.gz
nvimrc-a2bf2823093778a3a77fb0a35efd45bffc7aeb29.zip
feat(pack): add lir
Diffstat (limited to 'fnl/nvrc/pack.fnl')
-rw-r--r--fnl/nvrc/pack.fnl3
1 files changed, 2 insertions, 1 deletions
diff --git a/fnl/nvrc/pack.fnl b/fnl/nvrc/pack.fnl
index 40d6203..e207602 100644
--- a/fnl/nvrc/pack.fnl
+++ b/fnl/nvrc/pack.fnl
@@ -3,7 +3,7 @@
 (pack! :wbthomason/packer.nvim)
 (pack! :rktjmp/hotpot.nvim)
 (pack! :lewis6991/impatient.nvim)
-(pack! :nvim-lua/plenary.nvim {:module :plenary})
+(pack! :nvim-lua/plenary.nvim)
 
 (pack! :nanotech/jellybeans.vim {:config "require('nvrc.colors').apply('jellybeans')"})
 (pack! :nvim-treesitter/nvim-treesitter {:req :treesitter
@@ -13,6 +13,7 @@
 (pack! :Pocco81/TrueZen.nvim {:cmd :TZAtaraxis})
 (pack! :antoinemadec/FixCursorHold.nvim)
 (pack! :luukvbaal/stabilize.nvim {:init :stabilize})
+(pack! :tamago324/lir.nvim {:req :lir})
 
 (pack! :neovim/nvim-lspconfig {:req :lspconfig
                                :requires [(pack :hrsh7th/cmp-nvim-lsp {:after :nvim-cmp})