Нема описа

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) пре 4 година
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) пре 6 година
.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 пре 4 година
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.