dotfiles/home/.config/nvim/lua/plugins/autopairs.lua

7 lines
101 B
Lua

-- Automatic brackets
--- @type LazyPluginSpec
return {
"windwp/nvim-autopairs",
config = true
}