NeoVim Implementation (Windows/Linux/OSX)
An implementation in NeoVim is at a testable stage. Contributions are invited.
Information
The NeoVim implementation was created by user suggestion (see here and here). It is fully-functioning in the initial release, but the following should be noted:
- Syntax scoping and highlighting is rudimentary; several syntax scopes are not implemented and others may not be consistent.
- Documentation (on this site and in the starter project) is not fully updated for NeoVim. In particular:
- Keybindings are not all implemented. Actions can instead be accessed with
:UrtextAction name_of_action
, or bound to buttons at user preference.
Installation
lazy.nvim
packer.nvim
vim-plug
Getting Started
[ coming shortly ]