about summary refs log tree commit diff
path: root/fnl/nvrc/pack.fnl
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-09-03 15:32:42 +0900
committersefidel <contact@sefidel.net>2023-09-03 15:32:42 +0900
commite7d25c121c44006e798892041425c8ca940285e1 (patch)
tree7da84c6cbe9c013347e3eef4782e742149d79360 /fnl/nvrc/pack.fnl
parent3453b80d44ecd80f838cb12592ac78ff36a3508e (diff)
downloadnvimrc-e7d25c121c44006e798892041425c8ca940285e1.tar.gz
nvimrc-e7d25c121c44006e798892041425c8ca940285e1.zip
feat(packs/autopairs): enable treesitter
Diffstat (limited to 'fnl/nvrc/pack.fnl')
-rw-r--r--fnl/nvrc/pack.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/nvrc/pack.fnl b/fnl/nvrc/pack.fnl
index 7195526..c186a64 100644
--- a/fnl/nvrc/pack.fnl
+++ b/fnl/nvrc/pack.fnl
@@ -34,6 +34,6 @@
 (pack! :numToStr/Comment.nvim {:module :Comment :init :Comment})
 (pack! :ibhagwan/fzf-lua {:req :fzf :module :fzf-lua})
 (pack! :ggandor/leap.nvim {:req :leap})
-(pack! :windwp/nvim-autopairs {:init :nvim-autopairs})
+(pack! :windwp/nvim-autopairs {:req :autopairs})
 
 (unpack!)