Migrate to vim.pack

This commit is contained in:
orip
2026-04-20 01:26:12 +03:00
parent cd7adee3ce
commit c4605421e5
11 changed files with 865 additions and 1020 deletions
+2 -7
View File
@@ -1,10 +1,5 @@
-- autopairs
-- https://github.com/windwp/nvim-autopairs
---@module 'lazy'
---@type LazySpec
return {
'windwp/nvim-autopairs',
event = 'InsertEnter',
opts = {},
}
vim.pack.add { 'https://github.com/windwp/nvim-autopairs' }
require('nvim-autopairs').setup {}