Added FastWrap for nvim-autopairs (#44)

This commit is contained in:
socialsmoker223 2022-02-03 14:40:02 +08:00 committed by GitHub
parent bdef698a28
commit ff2855583d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,7 @@ require('nvim-autopairs').setup({
java = false,
},
disable_filetype = { 'TelescopePrompt', 'vim' },
fast_wrap = {},
})
local cmp_autopairs = require('nvim-autopairs.completion.cmp')