From 1bd4a54f28a50333cfe684096f2d209860168d8c Mon Sep 17 00:00:00 2001 From: Phil Nguyen Date: Thu, 30 Oct 2025 11:34:21 +0700 Subject: [PATCH] update config --- lua/kickstart/plugins/autopairs.lua | 5 +---- v | 0 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 v diff --git a/lua/kickstart/plugins/autopairs.lua b/lua/kickstart/plugins/autopairs.lua index e59d0f28..078ad9f6 100644 --- a/lua/kickstart/plugins/autopairs.lua +++ b/lua/kickstart/plugins/autopairs.lua @@ -26,9 +26,6 @@ return { }, }) - -- Integration with nvim-cmp - local cmp_autopairs = require('nvim-autopairs.completion.cmp') - local cmp = require('cmp') - cmp.event:on('confirm_done', cmp_autopairs.on_confirm_done()) + end, } diff --git a/v b/v deleted file mode 100644 index e69de29b..00000000