Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hudson-newey/novavim

[2nvim] A neovim distro that aims to emulate VSCode but with improved performance and out of the box experience
https://github.com/hudson-newey/novavim

ide neovim nvim vim vimrc visual-studio-code vscode

Last synced: about 1 month ago
JSON representation

[2nvim] A neovim distro that aims to emulate VSCode but with improved performance and out of the box experience

Awesome Lists containing this project

README

        

# NovaVim

![image](https://github.com/user-attachments/assets/5b598983-195c-4ad1-891e-2a3bf2630bad)

## Installation

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

1. Install the "M+1Code Nerd Font Mono" font

### Using the Git repository (recommened)

2. Clone the GitHub repository

```sh
$ git clone https://github.com/hudson-newey/NovaVim.git
>
```

3.

```sh
$ ./install.sh
>
```

### Using the automatic installation script

Because you are installing by piping to shell, please check the script at and before running it

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