malashinroman

Results 1 issues of malashinroman

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...

enhancement