about summary refs log tree commit diff
diff options
context:
space:
mode:
-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 0cf5abc..9efabbd 100644
--- a/fnl/nvrc/pack.fnl
+++ b/fnl/nvrc/pack.fnl
@@ -43,6 +43,6 @@
 (pack! :numToStr/Comment.nvim {:init :Comment :lazy true})
 (pack! :ibhagwan/fzf-lua {:req :fzf :lazy true})
 (pack! :ggandor/leap.nvim {:req :leap :lazy true})
-(pack! :windwp/nvim-autopairs {:req :autopairs :lazy true})
+(pack! :windwp/nvim-autopairs {:req :autopairs :event :InsertEnter})
 
 (unpack!)