rohit-px2 / nvui

A modern frontend for Neovim.
MIT License
1.72k stars 49 forks source link

Add config for UI & Window settings #123

Closed rohit-px2 closed 2 years ago

rohit-px2 commented 2 years ago

Lives under "nvui-config.ini" in the application executable directory. Right now it stores window settings (position, size, fullscreen, maximized, frameless), as well as some ext-UI options (multigrid, cmdline, popupmenu). This means that if you're running nvui with a bunch of --ext_* arguments, they will be remembered after the first time. As an example, if you run nvui with nvui --ext_multigrid --ext_popupmenu --ext_cmdline, the options will be remembered and the next time you only need to run nvui and the external features will be enabled. You can override this by re-specifying the options with different values.