GithubHelp home page GithubHelp logo

nvy's Introduction

Nvy

Nvy is a minimal Neovim client for Windows written in C++. It uses DirectWrite to shape and render the grid cells and text.
Since Nvy is just a front-end for Neovim, installing Neovim is required to use Nvy, preferably the latest nightly version from here.

Showcase image

Configuration

Nvy sets the global vim variable g:nvy = 1 in case you want to specialize your init.vim while using Nvy.

Fonts can be changed by setting the guifont in init.vim, for example: set guifont=Fira\ Code:h24.
Note: you have to specify the font size, e.g. set guifont=Fira\ Code won't work.
A fallback font can be specified by appending it, e.g. set guifont=Fira\ Code:h24:Consolas to set Consolas as the fallback font.

Nvy can be started with the following flags:

  • --maximize to start in maximized
  • --fullscreen to start in fullscreen
  • --position=<x>,<y> to start with a given position, e.g. --position=500,200
  • --geometry=<cols>x<rows> to start with a given number of rows and columns, e.g. --geometry=80x25
  • --disable-ligatures to disable font ligatures
  • --disable-fullscreen to disable toggling fullscreen with Alt+Enter
  • --linespace-factor=<float> to scale the line spacing by a floating point factor, e.g. --linespace-factor=1.2

Extra Features

  • You can use Alt+Enter to toggle fullscreen
  • You can use Ctrl+Mousewheel to zoom
  • You can drag files onto Nvy to open them (:e)
  • Dragging files while holding Ctrl opens them in a new window (:new)

Releases

Releases can be found here

Build

Requirements

Apart from the Windows SDK, the only dependency Nvy uses is the excellent MPack library which is compiled alongside the client itself.

Build example with Ninja

git clone https://github.com/RMichelsen/Nvy.git
cd Nvy
mkdir build
cd build
cmake .. -GNinja
ninja

nvy's People

Contributors

rmichelsen avatar zorbn avatar mvarelaf avatar statiolake avatar meilinxiaoxue avatar latkinsv avatar viyic avatar vzex avatar ne0nwinds avatar drehren avatar enokiun avatar garnerh42 avatar howlaind avatar rehael avatar kkzi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.