feat: autopairs is working
This commit is contained in:
parent
1ac79d0495
commit
f6718d4c2b
1 changed files with 4 additions and 3 deletions
|
@ -33,9 +33,10 @@ return {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
-- TODO: Figure out why this plugin is not working.
|
|
||||||
"windwp/nvim-autopairs",
|
"windwp/nvim-autopairs",
|
||||||
event = "VeryLazy",
|
event = "InsertEnter",
|
||||||
opts = {},
|
opts = {
|
||||||
|
disable_filetype = { "TelescopePrompt" },
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue