From 89930f9783be5233a85436454cb058a0ed17309e Mon Sep 17 00:00:00 2001 From: Sam-programs Date: Sat, 14 Oct 2023 12:53:11 +0300 Subject: [PATCH] docs --- doc/nvim-autopairs.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/nvim-autopairs.txt b/doc/nvim-autopairs.txt index ccc9bcdf..4186048d 100644 --- a/doc/nvim-autopairs.txt +++ b/doc/nvim-autopairs.txt @@ -99,6 +99,8 @@ Check readme.md on nvim-cmp repo. 'confirm_done', cmp_autopairs.on_confirm_done() ) + -- if u want to insert <> pairs after templates, include and templated types + cmp.event:on('confirm_done', cmp_autopairs.cpp_pairs()) <