diff --git a/lua/plugins/treesitter.lua b/lua/plugins/treesitter.lua index f1fbb6f..a79cfc6 100644 --- a/lua/plugins/treesitter.lua +++ b/lua/plugins/treesitter.lua @@ -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" }, + }, }, }