mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2026-05-14 16:33:47 +00:00
6 lines
153 B
Lua
6 lines
153 B
Lua
-- autopairs
|
|
-- https://github.com/windwp/nvim-autopairs
|
|
|
|
vim.pack.add { 'https://github.com/windwp/nvim-autopairs' }
|
|
require('nvim-autopairs').setup {}
|