dpayne / CodeGPT.nvim

CodeGPT is a plugin for neovim that provides commands to interact with ChatGPT.
GNU General Public License v3.0
764 stars 50 forks source link

feat: allow styling border of popup #29

Closed gstokkink closed 1 year ago

gstokkink commented 1 year ago

Had to delay initialization of the popup component to be able to set the border styling. Note that overriding the text wrap variable did not work correctly either beforehand.

Closes https://github.com/dpayne/CodeGPT.nvim/issues/28

gstokkink commented 1 year ago

Not sure what's going on with the indentation by the way...

dpayne commented 1 year ago

I think this is good. I don't want to get too fancy with the pop but I think this is a good trade off.