Bez popisu

zeertzjq 0ef27180e3 Merge pull request #27088 from zeertzjq/backport před 10 měsíci
.github 7348cc3a5b ci: add workflow_dispatch to optional.yml workflow před 10 měsíci
cmake 77ecdb7ec9 fix(test): call separate_arguments() correctly to honor $BUSTED_ARGS (#26905) před 10 měsíci
cmake.config 95bead71b3 build: remove LOG_LIST_ACTIONS option and related code před 10 měsíci
cmake.deps 0496e1e889 build(ci): ensure correct headers are used on macOS před 11 měsíci
cmake.packaging 9edddceb18 ci: make all linux releases work with same glibc version před 1 rokem
contrib cbeedc52eb build(nix): fixed build (#22918) před 1 rokem
runtime b587aff176 fix(health): fix tmux RGB capability detection (#26886) (#26887) před 10 měsíci
scripts 3a80c6ad18 ci(lintcommit): allow colon not followed by space in description před 10 měsíci
snap fbb27a101f ci: remove former dependencies that are no longer needed (#22301) před 1 rokem
src 26f8365864 fix(inccommand): improve preview buffer number handling (#27087) před 10 měsíci
test 26f8365864 fix(inccommand): improve preview buffer number handling (#27087) před 10 měsíci
.cirrus.yml 403d17b5b7 vim-patch:cd4e4e169ab3 před 1 rokem
.clang-format e86901eb68 docs(clang-format): one space in directives indent (#18800) před 2 roky
.clang-tidy 47638706a3 build: treat clang-tidy warnings as errors (#22238) před 1 rokem
.clangd 5777fc1b8e Adding clangd language serever config file to point to build/ directory for compile_commands.json před 3 roky
.editorconfig 5f7560b8da build(editorconfig): set indent_size to 4 for python files (#21135) před 2 roky
.git-blame-ignore-revs f3268652ab docs: .git-blame-ignore-revs (#20820) před 2 roky
.gitattributes af23d17388 test: move oldtests to test directory (#22536) před 1 rokem
.gitignore 7a44231832 docs(gitignore): correct oldtest path před 1 rokem
.luacheckrc 8408405cb3 build(deps): bump luacheck to 1.1.0-1 před 1 rokem
.luacov 678a51b1da Lua: vim.validate() před 5 roky
.mailmap 5b7213ad7f docs: update .mailmap (#20086) před 2 roky
.stylua.toml aa4f9c5341 refactor(lua): reformat with stylua 0.14.0 (#19264) před 2 roky
.styluaignore 676e9e9334 ci: lint runtime with stylua před 2 roky
BACKERS.md 846fe25111 Update backer URL před 9 roky
BSDmakefile 69fe427df4 feat(lua)!: register_keystroke_callback => on_key před 3 roky
CMakeLists.txt 95bead71b3 build: remove LOG_LIST_ACTIONS option and related code před 10 měsíci
CMakePresets.json 829d92eca3 revert: "build: enable cmake workflow presets (#21860)" před 1 rokem
CONTRIBUTING.md 89ae281365 build: enable ASAN for MSVC před 10 měsíci
LICENSE.txt e5cb3104d0 docs: fix/remove invalid URLs #20647 před 2 roky
MAINTAIN.md 799edca18a feat(lua): make sure require'bit' always works, even with PUC lua 5.1 před 1 rokem
Makefile 829d92eca3 revert: "build: enable cmake workflow presets (#21860)" před 1 rokem
README.md 6752f1005d docs: naming conventions, guidelines před 1 rokem

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.