ChatGPT.nvim
ChatGPT.nvim copied to clipboard
Disable folding in ChatGPTEditWithInstructions.
Greetings! I would like to disable folding for chatgpt folding. For telescope we do this:
vim.api.nvim_create_autocmd("FileType", { pattern = "TelescopeResults", command = [[setlocal nofoldenable]] })
It seems that for ChatGPT.nvim plugin we don't have filetype names and this trick doesn't work.
PS I asked ChatGPT at it didn't help :)