chore(nvim): remove auto-pairs plugin
This commit is contained in:
parent
fdff705158
commit
494fbd5a4a
2 changed files with 0 additions and 20 deletions
|
@ -1,19 +0,0 @@
|
|||
local status_ok, autopairs = pcall(require, "nvim-autopairs")
|
||||
if not status_ok then
|
||||
return
|
||||
end
|
||||
|
||||
autopairs.setup {}
|
||||
|
||||
local cmp_status_ok, cmp_autopairs = pcall(require, "nvim-autopairs.completion.cmp")
|
||||
if not cmp_status_ok then
|
||||
return
|
||||
end
|
||||
|
||||
local cmp = require "cmp"
|
||||
cmp.event:on(
|
||||
"confirm_done",
|
||||
cmp_autopairs.on_confirm_done {
|
||||
map_char = { tex = "" },
|
||||
}
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue