Skip to content

Latest commit

 

History

History
68 lines (49 loc) · 2.4 KB

README.md

File metadata and controls

68 lines (49 loc) · 2.4 KB

VapourNvim Logo

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

  • Neovim 0.5 - Required - For lua configuration
  • NodeJS - Required - For LSP
  • Lazygit - Optional - For git integration
  • Pandoc - Optional - For markdown preview

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.