All Projects → VapourNvim → VapourNvim

VapourNvim / VapourNvim

Licence: GPL-3.0 license
A NeoVim config for THE ULTIMATE vim IDE-like experience.

Programming Languages

lua
6591 projects
shell
77523 projects

Projects that are alternatives of or similar to VapourNvim

UECIDE
Universal Embedded Computing IDE
Stars: ✭ 72 (-79.49%)
Mutual labels:  ide
AShell
开发者常用脚本shell
Stars: ✭ 68 (-80.63%)
Mutual labels:  ide
use-monaco
Use 🗒️ monaco-editor in any ⚛️ React app with simple hooks 🎣
Stars: ✭ 85 (-75.78%)
Mutual labels:  ide
Codebot
Free and open source (MIT license) web-based IDE focused on game development.
Stars: ✭ 86 (-75.5%)
Mutual labels:  ide
mech
🦾 Main repository for the Mech programming language. Start here!
Stars: ✭ 135 (-61.54%)
Mutual labels:  ide
wollok
Wollok Programming Language
Stars: ✭ 54 (-84.62%)
Mutual labels:  ide
hatchery
🐣 An IDE for building ROS applications
Stars: ✭ 67 (-80.91%)
Mutual labels:  ide
WordIDE
A tool that helps you write code in your favorite IDE: your word processor!
Stars: ✭ 37 (-89.46%)
Mutual labels:  ide
code-server-openshift
Coder in your Kube/Docker/OpenShift cluster
Stars: ✭ 16 (-95.44%)
Mutual labels:  ide
Desk
Light-weight ide for competitive programming.
Stars: ✭ 34 (-90.31%)
Mutual labels:  ide
Runt
Tiny extensible IDE written in C.
Stars: ✭ 23 (-93.45%)
Mutual labels:  ide
cide
A fast, lightweight C/C++ IDE for Linux and Windows
Stars: ✭ 33 (-90.6%)
Mutual labels:  ide
dataflow-noflo
DEPRECATED prototype. To see the current work:
Stars: ✭ 54 (-84.62%)
Mutual labels:  ide
x-studio.github.io
This is the issues tracking, roadmap, docs src repo of the x-studio IDE. Copyright © 2014-2022 Simdsoft Limited
Stars: ✭ 92 (-73.79%)
Mutual labels:  ide
flycheck-dmd-dub
flycheck and DCD dub support to enable D IDE features in Emacs
Stars: ✭ 14 (-96.01%)
Mutual labels:  ide
LunarVim
An IDE layer for Neovim with sane defaults. Completely free and community driven.
Stars: ✭ 9,296 (+2548.43%)
Mutual labels:  ide
OpenHSP
Hot Soup Processor (HSP3)
Stars: ✭ 120 (-65.81%)
Mutual labels:  ide
prodict
Prodict, what Python dict meant to be.
Stars: ✭ 102 (-70.94%)
Mutual labels:  ide
neovim-config
Modern NeoVim config for IDE-like development
Stars: ✭ 89 (-74.64%)
Mutual labels:  ide
overture
The Overture Tool
Stars: ✭ 45 (-87.18%)
Mutual labels:  ide

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.
  • 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
  • Written in an efficient programming language
  • Extensible package management system
  • Very elegant and clean look
  • Beautiful syntax highlighting with treesitter
  • Language support and Code Autocompletion
  • Great support for version control
  • Terminal integration
  • Efficient file navigation
  • Autoformatting
  • Awesome user configuration system

Requirements

Installation

Make sure you have curl and bash installed before you run this script.

curl -s https://raw.githubusercontent.com/VapourNvim/VapourNvim/main/install.sh | bash -s

Manual Installation

git clone https://github.com/VapourNvim/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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].