diff options
Diffstat (limited to 'fnl/nvrc/pack.fnl')
-rw-r--r-- | fnl/nvrc/pack.fnl | 1 |
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!) |