Skip to content

RMichelsen/Nvy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nvy

Nvy is a minimal Neovim client for Windows written in C++.
It uses DirectWrite to shape and render the grid cells and text.
Fonts can be changed by setting the guifont in init.vim, for example: set guifont=Fira\ Code:h24

Build & Dependencies

Building should be straight forward, there are no external dependencies.
The only dependency Nvy uses is the excellent MPack library which is compiled alongside the client itself.