Newer
Older
nvim-config / lua / plugins / autopairs.lua
@Marcus Bengtsson Marcus Bengtsson on 25 Feb 2024 129 bytes Add autopairs
return {
	"windwp/nvim-autopairs",
	event = "InsertEnter",
	config = true,
  opts = {
    enable_bracket_in_quote = false,
  }
}