jackMort / ChatGPT.nvim

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

Remove margin from input window when border style is 'none'. #321

Closed gen740 closed 7 months ago

gen740 commented 8 months ago

When the border style is set to "none", the input box unexpectedly gains an additional margin. Here are the screenshots illustrating the issue:

スクリーンショット 2023-11-18 20 00 01

I fix this issue by setting the input box margin to zero when the border is none.

スクリーンショット 2023-11-18 20 01 40
jackMort commented 7 months ago

looks good, thanks!