jackMort / ChatGPT.nvim

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

feat: add option to set nonumber for popup windows #385

Closed tvntvn13 closed 7 months ago

tvntvn13 commented 8 months ago

Addresses #234

when setting show_line_numbers = false, it would be advisable to also set the popup_window.win_options.foldcolumn = "0", to get clean experience, but I left that option for the users.