Vim-fork focused on extensibility and usability
Go to file
Justin M. Keyes eab8b998e9
build: move man/ to src/man/ #19119
Problem:
man/ contains source files for manpage generation, it doesn't need to
live at the project root.

Solution:
Move it to src/man/.
2022-06-27 01:02:02 -07:00
.builds
.github docs(release): suggest "xattr" for macos release #19100 2022-06-26 08:46:37 -07:00
ci
cmake
config
contrib build: move man/ to src/man/ #19119 2022-06-27 01:02:02 -07:00
packaging
runtime refactor(filetype)!: allow vim.filetype.match to use different strategies (#18895) 2022-06-26 18:41:20 +02:00
scripts build(gen_vimdoc): remove needless list creation and unused variable (#19079) 2022-06-25 18:03:02 +08:00
snap
src build: move man/ to src/man/ #19119 2022-06-27 01:02:02 -07:00
test fix(api): nvim_parse_cmd check for ambiguous user command (#19116) 2022-06-27 14:10:13 +08:00
third-party fix(build): strip trailing newline from variable (#19084) 2022-06-25 13:45:20 +02:00
unicode
.clang-format
.clangd
.editorconfig
.flake8
.git-blame-ignore-revs
.gitattributes
.gitignore
.luacheckrc
.luacov
.mailmap
.stylua.toml
.styluaignore
.travis.yml
BACKERS.md
BSDmakefile
CMakeLists.txt build: move man/ to src/man/ #19119 2022-06-27 01:02:02 -07:00
codecov.yml
CONTRIBUTING.md
LICENSE.txt
MAINTAIN.md test: use "python3" to avoid skipped test #19106 2022-06-26 22:03:06 -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_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/           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.