about summary refs log tree commit diff
path: root/fnl/nvrc
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/nvrc')
-rw-r--r--fnl/nvrc/pack.fnl1
1 files changed, 1 insertions, 0 deletions
diff --git a/fnl/nvrc/pack.fnl b/fnl/nvrc/pack.fnl
index 5f84759..587b440 100644
--- a/fnl/nvrc/pack.fnl
+++ b/fnl/nvrc/pack.fnl
@@ -49,5 +49,6 @@
 (pack! :ibhagwan/fzf-lua {:req :fzf :lazy true})
 (pack! :ggandor/leap.nvim {:req :leap :keys [:s :S :gs]})
 (pack! :windwp/nvim-autopairs {:req :autopairs :event :InsertEnter})
+(pack! :kylechui/nvim-surround {:init :nvim-surround :event :InsertEnter})
 
 (unpack!)