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

zeertzjq 0ef27180e3 Merge pull request #27088 from zeertzjq/backport преди 10 месеца
.github 7348cc3a5b ci: add workflow_dispatch to optional.yml workflow преди 10 месеца
cmake 77ecdb7ec9 fix(test): call separate_arguments() correctly to honor $BUSTED_ARGS (#26905) преди 10 месеца
cmake.config 95bead71b3 build: remove LOG_LIST_ACTIONS option and related code преди 10 месеца
cmake.deps 0496e1e889 build(ci): ensure correct headers are used on macOS преди 11 месеца
cmake.packaging 9edddceb18 ci: make all linux releases work with same glibc version преди 1 година
contrib cbeedc52eb build(nix): fixed build (#22918) преди 1 година
runtime b587aff176 fix(health): fix tmux RGB capability detection (#26886) (#26887) преди 10 месеца
scripts 3a80c6ad18 ci(lintcommit): allow colon not followed by space in description преди 10 месеца
snap fbb27a101f ci: remove former dependencies that are no longer needed (#22301) преди 1 година
src 26f8365864 fix(inccommand): improve preview buffer number handling (#27087) преди 10 месеца
test 26f8365864 fix(inccommand): improve preview buffer number handling (#27087) преди 10 месеца
.cirrus.yml 403d17b5b7 vim-patch:cd4e4e169ab3 преди 1 година
.clang-format e86901eb68 docs(clang-format): one space in directives indent (#18800) преди 2 години
.clang-tidy 47638706a3 build: treat clang-tidy warnings as errors (#22238) преди 1 година
.clangd 5777fc1b8e Adding clangd language serever config file to point to build/ directory for compile_commands.json преди 3 години
.editorconfig 5f7560b8da build(editorconfig): set indent_size to 4 for python files (#21135) преди 2 години
.git-blame-ignore-revs f3268652ab docs: .git-blame-ignore-revs (#20820) преди 2 години
.gitattributes af23d17388 test: move oldtests to test directory (#22536) преди 1 година
.gitignore 7a44231832 docs(gitignore): correct oldtest path преди 1 година
.luacheckrc 8408405cb3 build(deps): bump luacheck to 1.1.0-1 преди 1 година
.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 95bead71b3 build: remove LOG_LIST_ACTIONS option and related code преди 10 месеца
CMakePresets.json 829d92eca3 revert: "build: enable cmake workflow presets (#21860)" преди 1 година
CONTRIBUTING.md 89ae281365 build: enable ASAN for MSVC преди 10 месеца
LICENSE.txt e5cb3104d0 docs: fix/remove invalid URLs #20647 преди 2 години
MAINTAIN.md 799edca18a feat(lua): make sure require'bit' always works, even with PUC lua 5.1 преди 1 година
Makefile 829d92eca3 revert: "build: enable cmake workflow presets (#21860)" преди 1 година
README.md 6752f1005d docs: naming conventions, guidelines преди 1 година

README.md

Neovim Documentation | Chat

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.

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 the Building Neovim wiki page 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.

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

├─ 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:

        https://iccf-holland.org/
        https://www.vim.org/iccf/
        https://www.iccf.nl/

You can also sponsor the development of Vim.  Vim sponsors can vote for
features.  The money goes to Uganda anyway.