about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--fnl/nvrc/pack.fnl2
-rw-r--r--fnl/nvrc/packs/autopairs.fnl3
2 files changed, 4 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!)
diff --git a/fnl/nvrc/packs/autopairs.fnl b/fnl/nvrc/packs/autopairs.fnl
new file mode 100644
index 0000000..77749c8
--- /dev/null
+++ b/fnl/nvrc/packs/autopairs.fnl
@@ -0,0 +1,3 @@
+(local {: setup} (require :nvim-autopairs))
+
+(setup {:check_ts true})