about summary refs log tree commit diff
path: root/fnl/nvrc/pack.fnl
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-11-06 23:44:39 +0900
committersefidel <contact@sefidel.net>2022-11-06 23:44:39 +0900
commit967b2337614056a9e6655da45fd375408492fcb9 (patch)
tree6f5f5d6c749b43a100d6ecf24067c817e44364b3 /fnl/nvrc/pack.fnl
parent22cbc9af83261f5f17f2bfd5cb8be0b5878642ee (diff)
downloadnvimrc-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/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 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!)