chore(nvim): remove auto-pairs plugin

This commit is contained in:
Oliver Davies 2022-01-28 23:59:39 +00:00
parent fdff705158
commit 494fbd5a4a
2 changed files with 0 additions and 20 deletions

View file

@ -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 = "" },
}
)

View file

@ -39,7 +39,6 @@ return packer.startup(function()
use "tpope/vim-surround"
use "vim-test/vim-test"
use "voldikss/vim-floaterm"
use "windwp/nvim-autopairs"
use { "mg979/vim-visual-multi", branch = "master" }
-- Themes