Added FastWrap for nvim-autopairs (#44)
This commit is contained in:
parent
bdef698a28
commit
ff2855583d
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ require('nvim-autopairs').setup({
|
|||
java = false,
|
||||
},
|
||||
disable_filetype = { 'TelescopePrompt', 'vim' },
|
||||
fast_wrap = {},
|
||||
})
|
||||
|
||||
local cmp_autopairs = require('nvim-autopairs.completion.cmp')
|
||||
|
|
Loading…
Add table
Reference in a new issue