m4xshen / hardtime.nvim

Establish good command workflow and quit bad habit
MIT License
1.35k stars 27 forks source link

Feat: Customize popup window #91

Open Sergih28 opened 4 months ago

Sergih28 commented 4 months ago

It would be nice to customize some things about the popup window from here.

I'd like to be able to customize:

image

m4xshen commented 4 months ago

Thanks for the great feedback! I forgot to add the support for verticle monitors :sweat_smile: I'll consider adding those options in the future.

Sergih28 commented 4 months ago

Can I work on this? I think it would be a good issue to start my neovim plug-in contribution journey :smiley:

m4xshen commented 4 months ago

Sure! Feel free to ask if you have any questions.

Sergih28 commented 4 months ago

Alright, thanks!

I assume the idea is just to add to the custom options border, width and height, keeping the current values as default values?

m4xshen commented 4 months ago

Yes you are right!