The goal of this project is to simply get work done quickly.
This project is built to be:
- Functional. The core of an ideal IDE is functionality. If there is anything you want to add, please consider contributing
- Minimal. Too many plugins can affect startup time. VapourNvim loads as smooth as butter with an optimum amount of plugins
- A very elegant and clean look to the editor
- An extensible package management system
- Written in an efficient programming language
- Great support for version control
- Code completion
- Language support(LSP)
- Autoformatting
- Faster navigation with telescope and hop.nvim
- Better syntax highlighting with treesitter
- Terminal integration
- Neovim 0.5 - Required - For lua configuration
- NodeJS - Required - For LSP
- Lazygit - Optional - For git integration
- Pandoc - Optional - For markdown preview
Make sure you have curl and bash installed before you run this script.
curl -s https://raw.githubusercontent.com/hackorum/VapourNvim/main/install.sh | bash -s
git clone https://github.com/hackorum/VapourNvim ~/.config/nvim
nvim +PackerSync
Please read the wiki for Keybindings, Language Servers, Plugins and Screenshots.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the GPL-3.0 license.