Vim-fork focused on extensibility and usability
Go to file
2022-08-02 11:52:33 +02:00
.builds ci(openbsd): don't specify versions for dependencies if possible 2022-07-26 17:27:26 +02:00
.github ci(distribution): auto-release winget #19121 2022-07-25 03:58:16 -07:00
ci ci(windows): config and build before publish step (#19416) 2022-07-18 15:18:15 +02:00
cmake build: fix version generation to its previous behavior 2022-07-26 11:22:31 +02:00
cmake.config build: rename build-related dirs 2022-06-28 04:02:29 -07:00
cmake.deps build(deps): bump LuaJIT to HEAD - a7d026548 (#19565) 2022-07-28 18:02:26 +02:00
cmake.packaging build: rename build-related dirs 2022-06-28 04:02:29 -07:00
contrib build: move man/ to src/man/ #19119 2022-06-27 01:02:02 -07:00
runtime test: improve mapping tests and docs (#19619) 2022-08-02 11:13:22 +08:00
scripts refactor: fix clang and PVS warnings (#19569) 2022-07-29 14:44:18 +08:00
snap
src refactor: rename function prefix mb to the more accurate utf_cp (#19590) 2022-08-02 11:52:33 +02:00
test test: improve mapping tests and docs (#19619) 2022-08-02 11:13:22 +08:00
.clang-format docs(clang-format): one space in directives indent (#18800) 2022-05-30 23:49:11 +08:00
.clangd
.editorconfig chore(editorconfig): remove "charset" (#18541) 2022-05-12 23:48:42 +08:00
.flake8
.git-blame-ignore-revs refactor(lua): git-blame-ignore stylua update PR (#19273) 2022-07-07 18:32:53 +02:00
.gitattributes fix: include ci/ in exported tarball 2021-10-01 19:53:27 -04:00
.gitignore feat(lua): add api and lua autocmds 2022-02-27 22:04:55 +01:00
.luacheckrc fix(filetype): set default ft_ignore_pat in filetype.lua (#16917) 2022-01-04 15:02:01 -07:00
.luacov
.mailmap fix(winbar): allow winbar to display the ruler 2022-05-22 18:56:07 +02:00
.stylua.toml refactor(lua): reformat with stylua 0.14.0 (#19264) 2022-07-07 18:27:18 +02:00
.styluaignore ci: lint runtime with stylua 2022-05-09 16:31:55 +02:00
BACKERS.md
BSDmakefile feat(lua)!: register_keystroke_callback => on_key 2021-09-09 06:09:33 -07:00
CMakeLists.txt build(macos): use consistent MACOSX_DEPLOYMENT_TARGET (#19430) 2022-07-19 16:10:59 +02:00
codecov.yml
CONTRIBUTING.md feat(lintcommit): remove "chore", add "dist" #18594 2022-05-17 05:42:48 -07:00
LICENSE.txt ci: improved cpack packaging 2022-02-24 19:54:44 +10:00
MAINTAIN.md build: rename build-related dirs 2022-06-28 04:02:29 -07:00
Makefile build: move lint target to cmake #19169 2022-07-01 09:15:04 -07:00
README.md build: rename build-related dirs 2022-06-28 04:02:29 -07:00

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_BUILD_TYPE=RelWithDebInfo 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/           CMake utils
├─ cmake.config/    CMake defines
├─ cmake.deps/      subproject to fetch and build dependencies (optional)
├─ runtime/         plugins and 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
└─ 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.