ChatGPT.nvim icon indicating copy to clipboard operation
ChatGPT.nvim copied to clipboard

Disable folding in ChatGPTEditWithInstructions.

Open malashinroman opened this issue 1 year ago • 0 comments

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 :)

malashinroman avatar Sep 29 '23 10:09 malashinroman