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

6 lines
76 B
Lua

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