dotfiles/home/.config/nvim/lua/plugins/autopairs.lua
2024-09-16 20:40:42 +03:00

6 lines
101 B
Lua

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