Keine Beschreibung

Daniel Hahler dc1a11dbe1 CI: Fix/improve Travis cache handling [skip appveyor] #10422 vor 5 Jahren
busted acdede50ce test: Dump $NVIM_LOG_FILE contents (#8926) vor 6 Jahren
ci a9b1937e5a ci: install neovim gem on macOS vor 5 Jahren
cmake 221f6fffad runtime/lua/vim/compat.lua vor 6 Jahren
config 092b4d9774 *: Add some PVS comments vor 6 Jahren
contrib 9a1f57b488 contrib: fix local.mk.example (#8286) vor 6 Jahren
man 30857030e8 doc vor 6 Jahren
runtime 959ff84e04 vim-patch:8.1.1401: misspelled mkspellmem as makespellmem vor 5 Jahren
scripts 877d539904 genappimage.sh: migrate to linuxdeploy #10027 vor 5 Jahren
snap ca31f81a31 dist: snap packaging #7918 vor 6 Jahren
src 413b313ad2 eval/api: don't allow the API to be called in the sandbox. vor 5 Jahren
test 413b313ad2 eval/api: don't allow the API to be called in the sandbox. vor 5 Jahren
third-party b4028056fa win/dist: nvim-qt v0.2.12 vor 5 Jahren
unicode 7b2f6a7e5f Update unicode files vor 6 Jahren
.clang-format 67305ffb5d lint: src/.clang-format vor 6 Jahren
.editorconfig 84fcba9b01 editorconfig: Fix charset name #9070 vor 6 Jahren
.gitignore 90e3dd9220 makedeps.bat vor 6 Jahren
.travis.yml dc1a11dbe1 CI: Fix/improve Travis cache handling [skip appveyor] #10422 vor 5 Jahren
BACKERS.md 846fe25111 Update backer URL vor 9 Jahren
BSDmakefile 1cebf17fbe build: show a hint for BSD make (#7275) vor 7 Jahren
CMakeLists.txt d65181fc9a version bump vor 5 Jahren
CONTRIBUTING.md f72f638f97 doc: job/channel, misc #7783 vor 6 Jahren
ISSUE_TEMPLATE.md 06f798cc38 doc: ISSUE_TEMPLATE.md vor 7 Jahren
LICENSE 9d8733c579 LICENSE: add LuaJIT notice. #899 vor 10 Jahren
MAINTAIN.md b11f5aa119 doc: xdg, MAINTAIN.md, channel-id, job control vor 6 Jahren
Makefile 1bbbd5f0ff build: `make helphtml` vor 6 Jahren
README.md 4ba8266ab1 doc vor 5 Jahren
appveyor.yml a7b17d4b3e CI/AppVeyor: invalidate .deps if build.ps1 changes vor 6 Jahren
codecov.yml 131897c16b codecov: Tolerate a 1% drop in coverage for a PR vor 6 Jahren

README.md

Neovim

Wiki | Documentation | Twitter | Community | Gitter Chat

Travis build status AppVeyor build status Codecov coverage Coverity Scan analysis Clang analysis PVS-Studio 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.

Throughput Graph

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

make CMAKE_BUILD_TYPE=RelWithDebInfo
sudo make install

To install to a non-default location, set CMAKE_INSTALL_PREFIX:

make CMAKE_EXTRA_FLAGS="-DCMAKE_INSTALL_PREFIX=/full/path/"
make install

To skip bundled (third-party/*) dependencies:

  1. Install the dependencies using a package manager. sudo apt install gperf luajit luarocks libuv1-dev libluajit-5.1-dev libunibilium-dev libmsgpack-dev libtermkey-dev libvterm-dev libjemalloc-dev sudo luarocks build mpack sudo luarocks build lpeg sudo luarocks build inspect
  2. Build with USE_BUNDLED=OFF: make CMAKE_BUILD_TYPE=RelWithDebInfo USE_BUNDLED=OFF sudo make install

CMake features:

  • List all build targets: cmake --build build --target help
  • Print all variable definitions: cmake -LAH
  • build/CMakeCache.txt contains the resolved values of all CMake variables.
  • build/compile_commands.json shows the full compiler invocations for each translation unit.

See the Building Neovim wiki page for details.

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 is licensed under the terms of the Apache 2.0 license, except for parts that were contributed under the Vim license.

  • Contributions committed before b17d96 remain under the Vim license.

  • Contributions committed after b17d96 are licensed under Apache 2.0 unless those contributions were copied from Vim (identified in the commit logs 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.