/VapourNvim

A NeoVim config for THE ULTIMATE vim IDE-like experience.

Primary LanguageLuaGNU General Public License v3.0GPL-3.0

VapourNvim Logo

✨ Features 📦 Installation 📚 Wiki 📷 Screenshots

VapourNvim Logo

Introduction

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

Features

  • 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

Requirements

Installation

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

Manual Installation

git clone https://github.com/hackorum/VapourNvim ~/.config/nvim
nvim +PackerSync

After Installation

Please read the wiki for Keybindings, Language Servers, Plugins and Screenshots.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

This project is licensed under the GPL-3.0 license.