Vim-fork focused on extensibility and usability
Go to file
Christian Clason c0efe49e78
vim-patch:519cc559b08b (#16340)
Update runtime files
519cc559b0
2021-11-17 10:02:59 +01:00
.builds
.github ci!: remove win32 builds/releases 2021-11-14 08:51:39 -05:00
ci fix(ci): use correct check for path-existence 2021-10-31 14:09:10 -04:00
cmake build(install): rescan GLOB files on rebuild 2021-10-18 11:44:15 +02:00
config fix(eval): fix has('wsl') #16153 2021-10-29 16:55:32 -07:00
contrib
man docs(manpage): update description of --clean 2021-10-26 07:03:14 +08:00
runtime vim-patch:519cc559b08b (#16340) 2021-11-17 10:02:59 +01:00
scripts fix(docs): add sync.lua to gen_vimdoc (#16285) 2021-11-11 07:23:52 -07:00
snap
src refactor: reduce number of explicit char casts (#16077) 2021-11-16 20:27:59 +01:00
test Merge pull request #16328 from gpanders/diagnostic-prefix-hi 2021-11-16 08:48:26 -07:00
third-party fix(build): fix build failure in MinGW 2021-11-01 00:07:16 +09:00
unicode
.clang-format
.clangd
.editorconfig
.flake8
.git-blame-ignore-revs docs: .git-blame-ignore-revs #15775 2021-10-12 08:00:13 -07:00
.gitattributes
.gitignore
.luacheckrc
.luacov
.travis.yml build: update cmake min version to 3.10 #16065 2021-10-19 19:19:33 -07:00
BACKERS.md
BSDmakefile
CMakeLists.txt build: update cmake min version to 3.10 #16065 2021-10-19 19:19:33 -07:00
codecov.yml
CONTRIBUTING.md docs(contrib): recommend nvim --clean #15917 2021-10-05 08:01:09 -07:00
LICENSE
MAINTAIN.md feat(ci): add backport PR action (#14766) 2021-10-26 08:45:15 -07:00
Makefile
README.md

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.