From bdfa9bd7712562f7a1bf268503c2df71d367b2a7 Mon Sep 17 00:00:00 2001 From: sefidel Date: Wed, 15 May 2024 14:59:14 +0900 Subject: feat(packs): add nvim-surround --- fnl/nvrc/pack.fnl | 1 + 1 file changed, 1 insertion(+) (limited to 'fnl/nvrc') 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!) -- cgit 1.4.1