3 lines
101 B
Lua
3 lines
101 B
Lua
return { "windwp/nvim-autopairs", event = "InsertEnter", opts = {
|
|
ignored_next_char = '[%w%"]',
|
|
} }
|