Без опису

Justin M. Keyes 3adf6d4e0d NVIM v0.7.1 2 роки тому
.builds 917dfa510a ci(freebsd): enable oldtests 3 роки тому
.github 059107f424 ci(release): build a universal binary on macOS 2 роки тому
ci 0e10b17164 ci(provider): skip installing perl provider on macOS 2 роки тому
cmake 1495c4d166 ci: show failed message on Windows 3 роки тому
config 2c8f4d0912 fix: add forkpty for SunOS variants 3 роки тому
contrib 5f3fff62a8 chore(flake): bump flake (#17632) 3 роки тому
man cfa5d06801 docs(man): omit misleading mention of environment for -u NORC (#16379) 3 роки тому
packaging 96b461a000 refactor(packaging): Windows: improve MSI, remove NSIS #18069 3 роки тому
runtime 535fb9488c NVIM v0.7.1 2 роки тому
scripts 0377973769 fix(runtime/genvimvim): omit s[ubstitute] from vimCommand 3 роки тому
snap 192ea01edd cmake: install app icon in XDG hicolor icon theme (#14656) 3 роки тому
src 71e2c49b17 refactor(tests): introduce testprg() 2 роки тому
test 71e2c49b17 refactor(tests): introduce testprg() 2 роки тому
third-party b0eedceab4 fix(build): strip trailing newline from variable (#19084) 2 роки тому
unicode aadf85f3ca Update unicode files 4 роки тому
.clang-format ac91c56085 chore: align clang-format configuration with clint 3 роки тому
.clangd 5777fc1b8e Adding clangd language serever config file to point to build/ directory for compile_commands.json 3 роки тому
.editorconfig d2f62b3164 chore(editorconfig): set max_line_length for .h and .in files (#16775) 3 роки тому
.flake8 d651710de1 ci: pylint target via flake8 5 роки тому
.git-blame-ignore-revs 33909b6564 chore: update .git-blame-ignore-revs 3 роки тому
.gitattributes d6f03aaafd fix: include ci/ in exported tarball 3 роки тому
.gitignore 991e472881 feat(lua): add api and lua autocmds 3 роки тому
.luacheckrc 60d3bb745d fix(filetype): set default ft_ignore_pat in filetype.lua (#16917) 3 роки тому
.luacov 678a51b1da Lua: vim.validate() 5 роки тому
.mailmap f1d5a2e82d chore: add .mailmap (#17453) 3 роки тому
.travis.yml 035d82e0d3 build: update cmake min version to 3.10 #16065 3 роки тому
BACKERS.md 846fe25111 Update backer URL 9 роки тому
BSDmakefile 69fe427df4 feat(lua)!: register_keystroke_callback => on_key 3 роки тому
CMakeLists.txt 535fb9488c NVIM v0.7.1 2 роки тому
CONTRIBUTING.md e63e5d1dbd docs: typo fixes (#17859) 3 роки тому
LICENSE.txt 087aad3dcd ci: improved cpack packaging 3 роки тому
MAINTAIN.md e63e5d1dbd docs: typo fixes (#17859) 3 роки тому
Makefile 680970bfbc ci(commitlint): use -u NONE instead of --clean 3 роки тому
README.md 72652cbc46 feat(test): use nvim_exec in helpers.source() #16064 3 роки тому
codecov.yml 3eb241d831 bundle: move tree-sitter as a bundled dep 4 роки тому

README.md

Neovim

Documentation | Chat | Twitter

GitHub CI Codecov coverage 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_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/           build scripts
├─ runtime/         user plugins/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
├─ third-party/     CMake subproject to build dependencies
└─ 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.