diff options
author | sefidel <contact@sefidel.net> | 2022-11-06 23:44:39 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-11-06 23:44:39 +0900 |
commit | 967b2337614056a9e6655da45fd375408492fcb9 (patch) | |
tree | 6f5f5d6c749b43a100d6ecf24067c817e44364b3 /fnl | |
parent | 22cbc9af83261f5f17f2bfd5cb8be0b5878642ee (diff) | |
download | nvimrc-967b2337614056a9e6655da45fd375408492fcb9.tar.gz nvimrc-967b2337614056a9e6655da45fd375408492fcb9.zip |
feat(pack): add nvim-autopairs
* autopairs now doesn't complete pairs for rust's lifetime notation
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 da5a392..fea2a8e 100644 --- a/fnl/nvrc/pack.fnl +++ b/fnl/nvrc/pack.fnl @@ -33,5 +33,6 @@ (pack! :numToStr/Comment.nvim {:module :Comment :init :Comment}) (pack! :ibhagwan/fzf-lua {:req :fzf :module :fzf-lua}) (pack! :ggandor/leap.nvim) +(pack! :windwp/nvim-autopairs {:init :nvim-autopairs}) (unpack!) |