We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f25b2a3 commit 1a7fabeCopy full SHA for 1a7fabe
1 file changed
lua/kickstart/plugins/autopairs.lua
@@ -4,13 +4,5 @@
4
return {
5
'windwp/nvim-autopairs',
6
event = 'InsertEnter',
7
- -- Optional dependency
8
- dependencies = { 'hrsh7th/nvim-cmp' },
9
- config = function()
10
- require('nvim-autopairs').setup {}
11
- -- If you want to automatically add `(` after selecting a function or method
12
- local cmp_autopairs = require 'nvim-autopairs.completion.cmp'
13
- local cmp = require 'cmp'
14
- cmp.event:on('confirm_done', cmp_autopairs.on_confirm_done())
15
- end,
+ opts = {},
16
}
0 commit comments