Skip to content

Commit

Permalink
fix paris error
Browse files Browse the repository at this point in the history
  • Loading branch information
fagci committed Mar 1, 2022
1 parent f6a882d commit a555b59
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions nvim/.config/nvim/lua/config/nvim-autopairs.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
require('nvim-autopairs').setup({
check_ts = true,
})
-- insert `(` after select function or method item
local cmp = require'cmp'
local cmp_autopairs = require('nvim-autopairs.completion.cmp')
cmp.event:on( 'confirm_done', cmp_autopairs.on_confirm_done({ map_char = { tex = '' } }))

0 comments on commit a555b59

Please sign in to comment.