jackMort / ChatGPT.nvim

ChatGPT Neovim Plugin: Effortless Natural Language Generation with OpenAI's ChatGPT API
Apache License 2.0
3.64k stars 312 forks source link

[feat] set filetype for chatgpt prompt window #244

Closed Subjective closed 12 months ago

Subjective commented 1 year ago

Would it be possible to set a custom filetype (e.g. ChatGPTPrompt) for the ChatGPT prompt window like how Telescope does? I would like to use this to disable cmp autocompletion for the prompt window. Thanks.