Vim-fork focused on extensibility and usability
Go to file
Christian Clason c68f1d7263
Merge pull request #19242 from smjonas/vim-9.0.0042
vim-patch:9.0.{0041,0042}: filetype patterns
2022-07-06 08:14:08 +02:00
.builds build: rename build-related dirs 2022-06-28 04:02:29 -07:00
.github ci(release): link gettext include directory 2022-06-29 02:19:45 +08:00
ci build: rename build-related dirs 2022-06-28 04:02:29 -07:00
cmake feat(build): add_glob_target runs only on changed files #19070 2022-06-30 05:10:05 -07:00
cmake.config build: rename build-related dirs 2022-06-28 04:02:29 -07:00
cmake.deps build: rename build-related dirs 2022-06-28 04:02:29 -07: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 Merge pull request #19242 from smjonas/vim-9.0.0042 2022-07-06 08:14:08 +02:00
scripts build: move unicode/ to src/unicode/ 2022-06-28 04:05:11 -07:00
snap
src Merge pull request #19242 from smjonas/vim-9.0.0042 2022-07-06 08:14:08 +02:00
test fix(terminal): crash if TermClose deletes own buffer #19222 2022-07-05 02:31:49 -07: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 chore: git-blame-ignore stylua format PR (#18516) 2022-05-11 09:31:58 +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 ci: lint runtime with stylua 2022-05-09 16:31:55 +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: drop -Wsuggest #19177 2022-07-02 14:47:22 -07: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.