Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 898 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 898 Bytes

NovaVim (2nvim)

image

Installation

Installing will create an executable in ~/.local/bin called 2nvim that will open NovaVim

  1. Install the "Jetbrains Mono" font family (medium style)
  2. install the "M+" nerd font (medium style)

Using the Git repository (recommened)

  1. Clone the GitHub repository
$ git clone https://github.com/hudson-newey/NovaVim.git
>
$ ./install.py
>

Using the automatic installation script

Because you are installing by piping to shell, please check the script at https://raw.githubusercontent.com/hudson-newey/NovaVim/main/web-install.sh and https://raw.githubusercontent.com/hudson-newey/NovaVim/main/install.py before running it

$ curl -sL https://raw.githubusercontent.com/hudson-newey/NovaVim/main/web-install.sh | sh
>