删除无用的配置和文件

This commit is contained in:
a770 2025-05-10 20:48:10 +08:00
parent 38bedd3beb
commit 9db1b78216
2 changed files with 0 additions and 31 deletions

View file

@ -1,14 +1,6 @@
return {
'windwp/nvim-autopairs',
config = function()
-- 配合cmp,我也不知道有啥效果
-- local cmp_autopairs = require('nvim-autopairs.completion.cmp')
-- local cmp = require('cmp')
-- cmp.event:on(
-- 'confirm_done',
-- cmp_autopairs.on_confirm_done()
-- )
require('nvim-autopairs').setup({
-- 在写markdown时禁用括号补全
disable_filetype = {"markdown"},