Няма описание

James McCoy 1e1fd71fea Merge pull request #16208 from neovim/backport-16207-to-release-0.5 преди 3 години
.builds e2bc0bf665 fix(ci): adjust DEPS_INSTALL_DIR on OpenBSD to avoid pkg-config bug (#14803) преди 3 години
.github 606ace0fbe ci(release): delete nightly/stable tag so release recreates it преди 3 години
ci 3ad07553e2 fix(ci): use correct check for path-existence преди 3 години
cmake cd864748d3 test: use $TEST_TIMEOUT to specify timeout преди 3 години
config 3261ba98a2 vim-patch:8.1.2326: cannot parse a date/time string преди 3 години
contrib f695457f81 contrib: add clang-tools to nix flake преди 3 години
man ea8756f85d logging: move to XDG_CACHE_HOME (#13739) преди 3 години
runtime d8ccee30b0 fix(jobwait): always drain process event queues #15970 преди 3 години
scripts c9e4f86b75 fix(release.sh): ignore failed "rm" преди 3 години
snap 192ea01edd cmake: install app icon in XDG hicolor icon theme (#14656) преди 3 години
src d8ccee30b0 fix(jobwait): always drain process event queues #15970 преди 3 години
test d8ccee30b0 fix(jobwait): always drain process event queues #15970 преди 3 години
third-party 836c310321 feat(ts): bump tree-sitter to v0.20.0 преди 3 години
unicode aadf85f3ca Update unicode files преди 4 години
.clang-format 67305ffb5d lint: src/.clang-format преди 6 години
.clangd 5777fc1b8e Adding clangd language serever config file to point to build/ directory for compile_commands.json преди 3 години
.editorconfig 0c42e0e8b1 editorconfig: set default tab width to 8 (#9467) преди 5 години
.flake8 d651710de1 ci: pylint target via flake8 преди 5 години
.gitattributes d6f03aaafd fix: include ci/ in exported tarball преди 3 години
.gitignore 0185625c04 vim-patch:47e13953ffdb преди 3 години
.luacheckrc 817522b231 luacheck: Enforce compatibility with Lua5.1 преди 4 години
.luacov 678a51b1da Lua: vim.validate() преди 5 години
.travis.yml 18512649e6 ci(travis): Remove jobs covered by GHA преди 3 години
BACKERS.md 846fe25111 Update backer URL преди 9 години
BSDmakefile d83df7f7b5 feat(lua)!: register_keystroke_callback => on_key преди 3 години
CMakeLists.txt a3a56cf60c version bump преди 3 години
CONTRIBUTING.md f809664f89 ci: skip "cancels stale events on channel close" #15278 преди 3 години
LICENSE 9d8733c579 LICENSE: add LuaJIT notice. #899 преди 10 години
MAINTAIN.md 81c3fa6c9d doc преди 5 години
Makefile 250e4e699f build: Inherit -n and -jN flags if Ninja #12219 преди 4 години
README.md e2af1a7da3 Update README.md преди 3 години
codecov.yml 3eb241d831 bundle: move tree-sitter as a bundled dep преди 4 години

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, 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

To inspect the build, these CMake features are useful:

  • 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.