Hey guys, it's been a while. I've been busy with work and school, haven't been able to work on this project for a while. Since the last release, there are some new features:
- Create and switch between multiple editor instances using
:NvuiEditorSpawn
,:NvuiEditorSwitch <index>
,:NvuiEditorNext
,:NvuiEditorPrev
, and:NvuiEditorSelect
(this opens up a dialog where you can select which editor instance you want to display. See:h nvui-instances
for more details. - Animated cursor effects. See
:h nvui-cursor
for details. - Idling time (default: 100 seconds). Once this time has passed and you have not made any action (keyboard/mouse), animations are stopped to preserve battery. You can set this timing via
:NvuiSecondsBeforeIdle
, and:NvuiSecondsBeforeIdle 0
disables the idling timer.
(Builds should appear in an hour or two)