title | description |
---|---|
Installation |
Learn how to get started with BetterVim. |
- Nodejs
- Git
- Brew
- unzip
- Nodejs
- Git
- unzip
- A powerline font like NERD Fonts. We're using SpaceMono Nerd Font in our screenshots. A powerline font is required for a better experience, since we're using a font-based icons in the file explorer, file finder, etc.
- If you want to achieve the same beautiful results of our screenshots, we recommend you to use a terminal emulator that support custom themes, like Iterm2 (MacOS only) or WezTerm (Linux and MacOS). Since you're using Better Vim with our default themes (or even with custom themes) you'll probably want to use the same theme in neovim and in the terminal emulator.
To install Better Vim, you need a terminal or a terminal emulator like Iterm2 or WezTerm. Open your terminal and run the following command:
curl -L https://bettervim.com/install/YOUR_LICENSE | bash
This command will install neovim, its peer dependencies and everything needed for your Better Vim setup.
Open your terminal in a project and type nvim. You'll see a screen like that:
If you can see the screen above, you're ready to go 🚀