diff options
author | sefidel <contact@sefidel.net> | 2024-05-15 14:59:14 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2024-05-15 16:07:05 +0900 |
commit | bdfa9bd7712562f7a1bf268503c2df71d367b2a7 (patch) | |
tree | 61ed51f12fecc5120a7e501f7c7112d1abdd33f7 /fnl | |
parent | 580370ff8b0afce6a95471e1da4b5f4d4c22ba00 (diff) | |
download | nvimrc-bdfa9bd7712562f7a1bf268503c2df71d367b2a7.tar.gz nvimrc-bdfa9bd7712562f7a1bf268503c2df71d367b2a7.zip |
feat(packs): add nvim-surround
Diffstat (limited to '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!) |