Vim-fork focused on extensibility and usability
Go to file
Justin M. Keyes ede66a0b85
fix: cleanup contrib/ #20304
- YouCompleteMe is unnecessary since Nvim LSP works well.
- vim-addon-local-vimrc is not needed since we added `.editorconfig`.
- Inline flake8 arguments. Eventually we will remove all python code,
  don't need a top-level `.flake8` file meanwhile.
2022-09-23 09:02:16 -07:00
.github ci(stylua): change action version to v1 (#20273) 2022-09-22 20:19:38 +02:00
ci
cmake revert: "build: remove unnecessary policy related code" #20289 2022-09-23 07:16:17 -07:00
cmake.config
cmake.deps feat(treesitter): bundle :help parser and queries 2022-09-22 15:36:27 +02:00
cmake.packaging
contrib fix: cleanup contrib/ #20304 2022-09-23 09:02:16 -07:00
runtime Merge #11967 generate :help HTML with treesitter 2022-09-22 10:03:38 -04:00
scripts feat(docs): gen_help_html.lua 2022-09-22 15:36:27 +02:00
snap
src vim-patch:9.0.0550: crash when closing a tabpage and buffer is NULL 2022-09-23 07:38:22 +08:00
test test(tabpage_spec): actually test for nvim_win_hide 2022-09-23 10:17:44 +08:00
.cirrus.yml ci(cirrus): set clone depth to 2 instead of 1 (#20295) 2022-09-23 12:57:18 +02:00
.clang-format
.clangd
.editorconfig
.git-blame-ignore-revs
.gitattributes
.gitignore build: add basic cmake-presets integration (#19128) 2022-09-19 10:58:26 +02:00
.luacheckrc
.luacov
.mailmap docs: update .mailmap (#20086) 2022-09-06 08:57:03 +02:00
.stylua.toml
.styluaignore
BACKERS.md
BSDmakefile
CMakeLists.txt fix: cleanup contrib/ #20304 2022-09-23 09:02:16 -07:00
CMakePresets.json build: add basic cmake-presets integration (#19128) 2022-09-19 10:58:26 +02:00
codecov.yml
CONTRIBUTING.md ci: move BSD jobs from sourcehut to Cirrus CI #19616 2022-09-08 15:12:42 -07:00
LICENSE.txt
MAINTAIN.md
Makefile feat(docs): gen_help_html.lua 2022-09-22 15:36:27 +02:00
README.md docs: removed outdated coverage link 2022-09-09 20:03:53 -04:00

Neovim

Documentation | Chat | Twitter

GitHub CI 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.