mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2026-05-14 08:23:48 +00:00
8 lines
179 B
Lua
8 lines
179 B
Lua
-- autopairs
|
|
-- https://github.com/windwp/nvim-autopairs
|
|
|
|
return function()
|
|
vim.pack.add { 'https://github.com/windwp/nvim-autopairs' }
|
|
require('nvim-autopairs').setup {}
|
|
end
|