Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hudson-newey/novavim
- Owner: hudson-newey
- Created: 2024-03-07T02:14:31.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-11-11T11:04:17.000Z (about 1 month ago)
- Last Synced: 2024-11-11T12:18:50.822Z (about 1 month ago)
- Topics: ide, neovim, nvim, vim, vimrc, visual-studio-code, vscode
- Language: Lua
- Homepage:
- Size: 92.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
>
```