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

emmanueltouzery b1ae775de6 fix(treesitter): really backup spelloptions (#22145) преди 1 година
.github 4ac67e8a60 ci(release): properly set multiline output variable (#21560) преди 1 година
ci f9228577e8 ci: convert CRLF to LF (#20389) преди 2 години
cmake 4bef100e47 build: restrict `git describe` to top level source directory преди 2 години
cmake.config f05a2891d3 build: rename build-related dirs преди 2 години
cmake.deps 00d105f802 build(deps): bump tree-sitter-vimdoc to v1.3.0 преди 1 година
cmake.packaging f05a2891d3 build: rename build-related dirs преди 2 години
contrib 5b1bda14ae [Backport release-0.8] build(nix): change the pkgs to final, add new version of libvterm (#20640) преди 2 години
runtime b1ae775de6 fix(treesitter): really backup spelloptions (#22145) преди 1 година
scripts c5d688c54e vim-patch: bump VIM_VERSION from 8.0 => 8.1 #20762 преди 1 година
snap 192ea01edd cmake: install app icon in XDG hicolor icon theme (#14656) преди 3 години
src b49f5c7882 Merge pull request #22085 from neovim/backport-21000-to-release-0.8 преди 1 година
test c00f42cc21 fix(messages): reset msg_grid_scroll_discount when redrawing преди 1 година
.cirrus.yml fcd3e53720 ci(cirrus): set clone depth to 2 instead of 1 (#20295) преди 2 години
.clang-format e86901eb68 docs(clang-format): one space in directives indent (#18800) преди 2 години
.clangd 5777fc1b8e Adding clangd language serever config file to point to build/ directory for compile_commands.json преди 3 години
.editorconfig 0c8e48c78d chore(editorconfig): remove "charset" (#18541) преди 2 години
.git-blame-ignore-revs 1e3073bc35 docs: update .git-blame-ignore-revs (#20066) преди 2 години
.gitattributes 4f0a0a2933 docs: update .gitattributes (#19800) преди 2 години
.gitignore 875b58e094 build: add basic cmake-presets integration (#19128) преди 2 години
.luacheckrc 2afcdbd63a feat(Man): port to Lua (#19912) преди 2 години
.luacov 678a51b1da Lua: vim.validate() преди 5 години
.mailmap 5b7213ad7f docs: update .mailmap (#20086) преди 2 години
.stylua.toml aa4f9c5341 refactor(lua): reformat with stylua 0.14.0 (#19264) преди 2 години
.styluaignore 676e9e9334 ci: lint runtime with stylua преди 2 години
BACKERS.md 846fe25111 Update backer URL преди 9 години
BSDmakefile 69fe427df4 feat(lua)!: register_keystroke_callback => on_key преди 3 години
CMakeLists.txt 70fb40a229 version bump преди 1 година
CMakePresets.json 875b58e094 build: add basic cmake-presets integration (#19128) преди 2 години
CONTRIBUTING.md f73bc880f4 [Backport release-0.8] feat(docs): update parser, HTML gen (#20737) преди 2 години
LICENSE.txt 5a14c820a9 [Backport release-0.8] docs: fix/remove invalid URLs (#20735) преди 2 години
MAINTAIN.md f294712d8c [Backport release-0.8] doc (#20616) преди 2 години
Makefile 09b64d75bd feat(docs): gen_help_html.lua преди 2 години
README.md 4c6bf386c5 docs: removed outdated coverage link преди 2 години
codecov.yml 3eb241d831 bundle: move tree-sitter as a bundled dep преди 4 години

README.md

Neovim

Documentation | Chat | Twitter

GitHub CI 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_BUILD_TYPE=RelWithDebInfo 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/           CMake utils
├─ cmake.config/    CMake defines
├─ cmake.deps/      subproject to fetch and build dependencies (optional)
├─ runtime/         plugins and 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
└─ 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.