[Autopairs] Update keybind

This commit is contained in:
2025-08-23 17:04:27 +02:00
parent 01221c7803
commit b6bb24d403

View File

@@ -5,7 +5,7 @@ return {
config = function()
require("nvim-autopairs").setup({
fast_wrap = {
map = "<C-e>",
map = "<leader>wa",
chars = { "{", "[", "(", '"', "'", "`" },
},
})