No Description

Justin M. Keyes 2bfdb091c7 NVIM v0.7.2 2 years ago
.builds 917dfa510a ci(freebsd): enable oldtests 3 years ago
.github 9077e4e655 ci(release): use system GPerf on macOS #19105 2 years ago
ci 0e10b17164 ci(provider): skip installing perl provider on macOS 2 years ago
cmake 1495c4d166 ci: show failed message on Windows 3 years ago
config 2c8f4d0912 fix: add forkpty for SunOS variants 3 years ago
contrib 5f3fff62a8 chore(flake): bump flake (#17632) 3 years ago
man cfa5d06801 docs(man): omit misleading mention of environment for -u NORC (#16379) 3 years ago
packaging 96b461a000 refactor(packaging): Windows: improve MSI, remove NSIS #18069 3 years ago
runtime e8ee673392 NVIM v0.7.2 2 years ago
scripts 0377973769 fix(runtime/genvimvim): omit s[ubstitute] from vimCommand 3 years ago
snap 192ea01edd cmake: install app icon in XDG hicolor icon theme (#14656) 3 years ago
src 71e2c49b17 refactor(tests): introduce testprg() 2 years ago
test 71e2c49b17 refactor(tests): introduce testprg() 2 years ago
third-party b0eedceab4 fix(build): strip trailing newline from variable (#19084) 2 years ago
unicode aadf85f3ca Update unicode files 4 years ago
.clang-format ac91c56085 chore: align clang-format configuration with clint 3 years ago
.clangd 5777fc1b8e Adding clangd language serever config file to point to build/ directory for compile_commands.json 3 years ago
.editorconfig d2f62b3164 chore(editorconfig): set max_line_length for .h and .in files (#16775) 3 years ago
.flake8 d651710de1 ci: pylint target via flake8 5 years ago
.git-blame-ignore-revs 33909b6564 chore: update .git-blame-ignore-revs 3 years ago
.gitattributes d6f03aaafd fix: include ci/ in exported tarball 3 years ago
.gitignore 991e472881 feat(lua): add api and lua autocmds 3 years ago
.luacheckrc 60d3bb745d fix(filetype): set default ft_ignore_pat in filetype.lua (#16917) 3 years ago
.luacov 678a51b1da Lua: vim.validate() 5 years ago
.mailmap f1d5a2e82d chore: add .mailmap (#17453) 3 years ago
.travis.yml 035d82e0d3 build: update cmake min version to 3.10 #16065 3 years ago
BACKERS.md 846fe25111 Update backer URL 9 years ago
BSDmakefile 69fe427df4 feat(lua)!: register_keystroke_callback => on_key 3 years ago
CMakeLists.txt e8ee673392 NVIM v0.7.2 2 years ago
CONTRIBUTING.md e63e5d1dbd docs: typo fixes (#17859) 3 years ago
LICENSE.txt 087aad3dcd ci: improved cpack packaging 3 years ago
MAINTAIN.md e63e5d1dbd docs: typo fixes (#17859) 3 years ago
Makefile 680970bfbc ci(commitlint): use -u NONE instead of --clean 3 years ago
README.md 72652cbc46 feat(test): use nvim_exec in helpers.source() #16064 3 years ago
codecov.yml 3eb241d831 bundle: move tree-sitter as a bundled dep 4 years ago

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.