项目作者: neovim

项目描述 :
Vim-fork专注于可扩展性和可用性
高级语言: Vim script
项目地址: git://github.com/neovim/neovim.git
创建时间: 2014-01-31T13:39:22Z
项目社区:https://github.com/neovim/neovim

开源协议:Other

下载



Neovim

Documentation |
Chat

Coverity Scan analysis
Packages
Debian CI
Downloads

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, and :help news for noteworthy changes in the latest version!

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 BUILD.md and supported platforms for details.

The build is CMake-based, but a Makefile is provided as a convenience.
After installing the dependencies, run the following command.

  1. make CMAKE_BUILD_TYPE=RelWithDebInfo
  2. sudo make install

To install to a non-default location:

  1. make CMAKE_BUILD_TYPE=RelWithDebInfo CMAKE_INSTALL_PREFIX=/full/path/
  2. 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

  1. ├─ cmake/ CMake utils
  2. ├─ cmake.config/ CMake defines
  3. ├─ cmake.deps/ subproject to fetch and build dependencies (optional)
  4. ├─ runtime/ plugins and docs
  5. ├─ src/nvim/ application source code (see src/nvim/README.md)
  6. ├─ api/ API subsystem
  7. ├─ eval/ Vimscript subsystem
  8. ├─ event/ event-loop subsystem
  9. ├─ generators/ code generation (pre-compilation)
  10. ├─ lib/ generic data structures
  11. ├─ lua/ Lua subsystem
  12. ├─ msgpack_rpc/ RPC subsystem
  13. ├─ os/ low-level platform code
  14. └─ tui/ built-in UI
  15. └─ 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.

  1. Vim is Charityware. You can use and copy it as much as you like, but you are
  2. encouraged to make a donation for needy children in Uganda. Please see the
  3. kcc section of the vim docs or visit the ICCF web site, available at these URLs:
  4. https://iccf-holland.org/
  5. https://www.vim.org/iccf/
  6. https://www.iccf.nl/
  7. You can also sponsor the development of Vim. Vim sponsors can vote for
  8. features. The money goes to Uganda anyway.