Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/rohit-px2/nvui

A modern frontend for Neovim.
https://github.com/rohit-px2/nvui

Last synced: 11 days ago
JSON representation

A modern frontend for Neovim.

Lists

README

        

# NVUI
![first](assets/display/1.png)

## Featuring


  • Custom Titlebar (toggleable, see :h nvui-titlebar)



  • External Command Line (nvui --ext_cmdline)

  • Configurable positions, sizes, colors, border width, border color, etc.

  • For more information see :h nvui-cmdline

![ext_cmdline](assets/display/2.png)


  • External Popup Menu (nvui --ext_popupmenu)

  • Configurable colors, background colors, icon sizes, alignment, border width, border color, etc.

  • For more information see :h nvui-popup

![ext_popupmenu](assets/display/3.png)


  • Cross-platform Qt, DirectWrite on Windows



  • Font Fallback (see guifont in the bottom left)

  • Configurable through "set guifont"

![fallback](assets/display/4.png)


  • External Multigrid Support (:h nvui-multigrid)

  • nvui --ext_multigrid

  • Smooth Scrolling
  • [Smooth scrolling Demo](https://user-images.githubusercontent.com/64917719/131388187-7807833e-0fce-4db2-a25e-1e6ac7d48aed.mp4)

  • Animated Windows
  • [Animated windows Demo](https://user-images.githubusercontent.com/64917719/131388158-84783f63-0e43-45e7-8b9d-7e0d85649cb3.mp4)

  • Animated Cursor (no VFX... yet)

  • Customizable cursor height (see :h NvuiCaretExtendTop
    and :h NvuiCaretExtendBottom)

    • Ex. :NvuiCaretExtendTop 200, :NvuiCaretExtendBottom 100 (see below)



[Cursor extending Demo](https://user-images.githubusercontent.com/64917719/131388133-379a32ae-1b36-4dc2-aee9-4303c20dc764.mp4)

## Documentation
:h nvui (vim/doc/nvui.txt)

## Build Instructions
See [the wiki](https://github.com/rohit-px2/nvui/wiki#build-instructions)

## Configuration (Command Line Arguments / Vim Configuration)
See [the wiki](https://github.com/rohit-px2/nvui/wiki#configuration-options)
and `:h nvui` for Vim command documentation.