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: 2 months ago
JSON representation
[2nvim] A neovim distro that aims to emulate VSCode but with improved performance and out of the box experience
- Host: GitHub
- URL: https://github.com/hudson-newey/novavim
- Owner: hudson-newey
- Created: 2024-03-07T02:14:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-31T10:27:14.000Z (over 1 year ago)
- Last Synced: 2025-02-27T00:53:53.488Z (over 1 year ago)
- Topics: ide, neovim, nvim, vim, vimrc, visual-studio-code, vscode
- Language: Lua
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NovaVim (2nvim)

## 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)
2. Clone the GitHub repository
```sh
$ git clone https://github.com/hudson-newey/NovaVim.git
>
```
3.
```sh
$ ./install.py
>
```
### 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 | bash
>
```