From afb04695977c300478b42e06c78c656358616df3 Mon Sep 17 00:00:00 2001 From: Liam Dyer Date: Wed, 9 Apr 2025 17:25:57 -0400 Subject: feat: switch nvim-cmp for blink.cmp (#1426) --- nvim/lua/kickstart/plugins/autopairs.lua | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'nvim/lua') diff --git a/nvim/lua/kickstart/plugins/autopairs.lua b/nvim/lua/kickstart/plugins/autopairs.lua index 87a7e5f..386d392 100644 --- a/nvim/lua/kickstart/plugins/autopairs.lua +++ b/nvim/lua/kickstart/plugins/autopairs.lua @@ -4,13 +4,5 @@ return { 'windwp/nvim-autopairs', event = 'InsertEnter', - -- Optional dependency - dependencies = { 'hrsh7th/nvim-cmp' }, - config = function() - require('nvim-autopairs').setup {} - -- If you want to automatically add `(` after selecting a function or method - local cmp_autopairs = require 'nvim-autopairs.completion.cmp' - local cmp = require 'cmp' - cmp.event:on('confirm_done', cmp_autopairs.on_confirm_done()) - end, + opts = {}, } -- cgit v1.2.3