8 lines
163 B
Lua
8 lines
163 B
Lua
|
-- autotag and autopairs plugins
|
||
|
return {
|
||
|
"windwp/nvim-autopairs",
|
||
|
event = "InsertEnter",
|
||
|
opts = {
|
||
|
disable_filetype = { "TelescopePrompt", "vim" }, },
|
||
|
}
|