rohit-px2/nvui

How to enable features without external args?

huuson235 opened this issue · 3 comments

I want to enable some features like external-cmd, external-popupmenu ... without passing args. How can I setup this in .vimrc.

Right now it's not possible, I might add some commands to enable/disable them soon.

If you use scoop, you can install my personal bucket and install nvui manifest which has configured these shims or shortcuts.

nvui --ext_multigrid
nvui --ext_multigrid --ext_popupmenu
nvui --ext_multigrid --ext_popupmenu --ext_cmdline

So now you can toggle them using :NvuiPopupmenu v:{true/false} and :NvuiCmdline. I haven't added a release yet but you can find the builds here.