about summary refs log tree commit diff
path: root/fnl/nvrc/pack.fnl
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-05-15 14:59:14 +0900
committersefidel <contact@sefidel.net>2024-05-15 16:07:05 +0900
commitbdfa9bd7712562f7a1bf268503c2df71d367b2a7 (patch)
tree61ed51f12fecc5120a7e501f7c7112d1abdd33f7 /fnl/nvrc/pack.fnl
parent580370ff8b0afce6a95471e1da4b5f4d4c22ba00 (diff)
downloadnvimrc-bdfa9bd7712562f7a1bf268503c2df71d367b2a7.tar.gz
nvimrc-bdfa9bd7712562f7a1bf268503c2df71d367b2a7.zip
feat(packs): add nvim-surround
Diffstat (limited to 'fnl/nvrc/pack.fnl')
-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!)