feat: autopairs is working
This commit is contained in:
parent
1b55bf3fdd
commit
da5f2dec55
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",
|
||||
event = "VeryLazy",
|
||||
opts = {},
|
||||
event = "InsertEnter",
|
||||
opts = {
|
||||
disable_filetype = { "TelescopePrompt" },
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue