Sin descripción

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

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.