• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

neovim: Neovim is a project that seeks to aggressively refactor Vim

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称:

neovim

开源软件地址:

https://gitee.com/vincentqiu/neovim

开源软件介绍:

Neovim

Documentation |Chat |Twitter

GitHub CICodecov coverageCoverity Scan analysisClang analysisPVS-Studio analysis

PackagesDebian CIDownloadsnvim

Neovim is a project that seeks to aggressively refactor Vim in order to:

See the Introduction wiki page and Roadmapfor 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 theReleases page.

Managed packages are in Homebrew, Debian, Ubuntu, Fedora, Arch Linux,Gentoo, and more!

Install from source

The build is CMake-based, but a Makefile is provided as a convenience.

make CMAKE_BUILD_TYPE=RelWithDebInfosudo make install

To install to a non-default location:

make CMAKE_INSTALL_PREFIX=/full/path/make install

To skip bundled (third-party/*) dependencies:

  1. Install the dependencies using a package manager.
    sudo apt install gperf luajit luarocks libuv1-dev libluajit-5.1-dev libunibilium-dev libmsgpack-dev libtermkey-dev libvterm-dev libutf8proc-devsudo luarocks build mpacksudo luarocks build lpegsudo luarocks build inspect
  2. Build with USE_BUNDLED=OFF:
    make CMAKE_BUILD_TYPE=RelWithDebInfo USE_BUNDLED=OFFsudo make install

To inspect the build, these CMake features are useful:

  • 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.

See the Building Neovim wiki page for details.

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 theApache 2.0 license, except for contributions copied from Vim (identified by thevim-patch token). See LICENSE for details.

Vim is Charityware.  You can use and copy it as much as you like, but you areencouraged to make a donation for needy children in Uganda.  Please see thekcc 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 forfeatures.  The money goes to Uganda anyway.

鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
上一篇:
filesState: Django文件中转站发布时间:2022-03-25
下一篇:
code-maker-browser: 代码编辑器发布时间:2022-03-25
热门推荐
热门话题
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap