mirror of
https://github.com/cap153/nvim.git
synced 2026-05-11 17:35:59 +08:00
删除无用的配置和文件
This commit is contained in:
parent
38bedd3beb
commit
9db1b78216
2 changed files with 0 additions and 31 deletions
|
|
@ -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"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue