Thejergas / VapourNvim

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VapourNvim Image

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. VapourNvim gives you what you need. Not too much, not too less.
  • Blazing Fast. VapourNvim loads as smooth as butter with an optimum amount of plugins and lazy loading.
  • Easy to Configure. If there's anything extra that you want to add or something you'd like to tweak, VapourNvim has an awesome configuration system built in.

Features

  • Easy to install and use
  • Awesome user configuration system
  • Very elegant and clean look to the editor
  • 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
  • Better syntax highlighting with treesitter
  • Terminal integration

Requirements

  • Neovim 0.5 - Required - For lua configuration
  • NodeJS - Required - For LSP
  • Lazygit - Optional - For git integration
  • RipGrep - Optional - For telescope live grep

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

You almost certainly want to add some plugins of your own. You can do it by making your own config file Please read the wiki for Keybindings, Language Servers, Plugins and Screenshots. After making VapourNvim your own, consider posting some screenshots here.

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.

About

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

License:GNU General Public License v3.0


Languages

Language:Lua 98.2%Language:Shell 1.8%