Nessuna descrizione

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

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.