All Projects → neovim → Neovim

neovim / Neovim

Licence: other
Vim-fork focused on extensibility and usability

Programming Languages

c
50402 projects - #5 most used programming language
lua
6591 projects
Vim Script
2826 projects
python
139335 projects - #7 most used programming language
CMake
9771 projects
shell
77523 projects

Projects that are alternatives of or similar to Neovim

Gnvim
GUI for neovim, without any web bloat
Stars: ✭ 1,271 (-97.43%)
Mutual labels:  neovim, text-editor, nvim
Rigel
🌌 Colorscheme for vim, terminal, vscode and slack - based on the star Rigel ✨.
Stars: ✭ 324 (-99.34%)
Mutual labels:  hacktoberfest, neovim, nvim
Cudatext
Cross-platform text editor, written in Lazarus
Stars: ✭ 498 (-98.99%)
Mutual labels:  api, cross-platform, text-editor
Flutter Mvvm Provider Demo
Stars: ✭ 89 (-99.82%)
Mutual labels:  hacktoberfest, cross-platform
Core
Open source Dota 2 data platform
Stars: ✭ 1,266 (-97.44%)
Mutual labels:  api, hacktoberfest
Pypistats
Command-line interface to PyPI Stats API to get download stats for Python packages
Stars: ✭ 86 (-99.83%)
Mutual labels:  api, hacktoberfest
Church Calendar Api
API providing Roman Catholic church calendar data for your apps
Stars: ✭ 72 (-99.85%)
Mutual labels:  api, hacktoberfest
Essentials
Essential cross platform APIs for your mobile apps.
Stars: ✭ 1,344 (-97.28%)
Mutual labels:  hacktoberfest, cross-platform
Openra
Open Source real-time strategy game engine for early Westwood games such as Command & Conquer: Red Alert written in C# using SDL and OpenGL. Runs on Windows, Linux, *BSD and Mac OS X.
Stars: ✭ 10,220 (-79.31%)
Mutual labels:  hacktoberfest, cross-platform
Strapi
🚀 Open source Node.js Headless CMS to easily build customisable APIs
Stars: ✭ 41,786 (-15.39%)
Mutual labels:  api, hacktoberfest
Swagger Combine
Combines multiple Swagger schemas into one dereferenced schema.
Stars: ✭ 102 (-99.79%)
Mutual labels:  api, hacktoberfest
Passwd
A beautiful, cross-platform, encrypted password manager 🔐
Stars: ✭ 82 (-99.83%)
Mutual labels:  hacktoberfest, cross-platform
Nvim Nonicons
Icon set using nonicons for neovim plugins and settings
Stars: ✭ 77 (-99.84%)
Mutual labels:  neovim, nvim
Ncm R
R autocompletion for Neovim and vim 8 📝 📊 ⚡️
Stars: ✭ 102 (-99.79%)
Mutual labels:  neovim, nvim
Ex gram
Telegram Bot API low level API and framework
Stars: ✭ 103 (-99.79%)
Mutual labels:  api, hacktoberfest
Libgui
Buttons & Co
Stars: ✭ 78 (-99.84%)
Mutual labels:  api, hacktoberfest
Tutorialdb
A search 🔎 engine for programming/dev tutorials, See it in action 👉
Stars: ✭ 93 (-99.81%)
Mutual labels:  api, hacktoberfest
Corona
Solar2D Game Engine main repository (ex Corona SDK)
Stars: ✭ 1,679 (-96.6%)
Mutual labels:  hacktoberfest, cross-platform
Wise Old Man
The Open Source Old School Runescape progress tracker.
Stars: ✭ 68 (-99.86%)
Mutual labels:  api, hacktoberfest
Cross Platform Node Guide
📗 How to write cross-platform Node.js code
Stars: ✭ 1,161 (-97.65%)
Mutual labels:  api, cross-platform

Neovim

Documentation | Chat | Twitter

GitHub CI Codecov coverage Coverity Scan analysis Clang analysis PVS-Studio analysis

Packages Debian CI Downloads nvim

Neovim is a project that seeks to aggressively refactor Vim in order to:

See the Introduction wiki page and Roadmap for more information.

Features

See :help nvim-features for the full list!

Install from package

Pre-built packages for Windows, macOS, and Linux are found on the Releases page.

Managed packages are in Homebrew, Debian, Ubuntu, Fedora, Arch Linux, Void Linux, Gentoo, and more!

Install from source

See the Building Neovim wiki page for details.

The build is CMake-based, but a Makefile is provided as a convenience. After installing the dependencies, run the following command.

make CMAKE_BUILD_TYPE=RelWithDebInfo
sudo make install

To install to a non-default location:

make CMAKE_INSTALL_PREFIX=/full/path/
make install

CMake hints for inspecting the build:

  • cmake --build build --target help lists all build targets.
  • build/CMakeCache.txt (or cmake -LAH build/) contains the resolved values of all CMake variables.
  • build/compile_commands.json shows the full compiler invocations for each translation unit.

Transitioning from Vim

See :help nvim-from-vim for instructions.

Project layout

├─ ci/              build automation
├─ cmake/           build scripts
├─ runtime/         user plugins/docs
├─ src/nvim/        application source code (see src/nvim/README.md)
│  ├─ api/          API subsystem
│  ├─ eval/         VimL subsystem
│  ├─ event/        event-loop subsystem
│  ├─ generators/   code generation (pre-compilation)
│  ├─ lib/          generic data structures
│  ├─ lua/          Lua subsystem
│  ├─ msgpack_rpc/  RPC subsystem
│  ├─ os/           low-level platform code
│  └─ tui/          built-in UI
├─ third-party/     CMake subproject to build dependencies
└─ test/            tests (see test/README.md)

License

Neovim contributions since b17d96 are licensed under the Apache 2.0 license, except for contributions copied from Vim (identified by the vim-patch token). See LICENSE for details.

Vim is Charityware.  You can use and copy it as much as you like, but you are
encouraged to make a donation for needy children in Uganda.  Please see the
kcc section of the vim docs or visit the ICCF web site, available at these URLs:

        http://iccf-holland.org/
        http://www.vim.org/iccf/
        http://www.iccf.nl/

You can also sponsor the development of Vim.  Vim sponsors can vote for
features.  The money goes to Uganda anyway.
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].