8 lines
113 B
Lua
8 lines
113 B
Lua
return {
|
|
"windwp/nvim-autopairs",
|
|
event = "InsertEnter",
|
|
opts = {
|
|
disable_filetype = { "tex" },
|
|
},
|
|
}
|