rohit-px2/nvui

Cannot customize winsize when startup

RnYi opened this issue · 2 comments

RnYi commented

I read the doc and found no way to predefine window size. I also tried set lines=, but didn't work.

Try --geometry={rows}x{cols}, it sets the number of rows and columns it should display, but it can be inaccurate since it's not based on the font you're using in Neovim.

I added the --size option on master to specify pixel size, so you can do for example nvui --size=1600x900 to start with a width of 1600 and a height of 900 pixels.