neovim 0.5.1-1 source package in Ubuntu

Changelog

neovim (0.5.1-1) unstable; urgency=medium

  * Upload to unstable
  * New upstream release
  * Backport patch to fix lsp_spec test failure

 -- James McCoy <email address hidden>  Mon, 04 Oct 2021 22:24:41 -0400

Upload details

Uploaded by:
Debian Vim Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Vim Maintainers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
neovim_0.5.1-1.dsc 2.8 KiB 46aef1303aea52fca3866b5787b0cbcb49ba71dc496c215600fb1541ec16bfbf
neovim_0.5.1.orig.tar.xz 6.5 MiB e50ee547f303bbe506395e443af5706af5fee35c2c8bc4227435ba02218b2548
neovim_0.5.1-1.debian.tar.xz 16.0 KiB de36ef8833a1a9f3aa04a9983aca11774b32f1f86832e0add96e28f4665216fc

Available diffs

No changes file available.

Binary packages built by this source

neovim: heavily refactored vim fork

 Neovim is a fork of Vim focused on modern code and features, rather than
 running in legacy environments.
 .
 msgpack API enables structured communication to/from any programming language.
 Remote plugins run as co-processes that communicate with Neovim safely and
 asynchronously.
 .
 GUIs (or TUIs) can easily embed Neovim or communicate via TCP sockets using
 the discoverable msgpack API.

neovim-dbgsym: debug symbols for neovim
neovim-runtime: heavily refactored vim fork (runtime files)

 Neovim is a fork of Vim focused on modern code and features, rather than
 running in legacy environments.
 .
 This package contains the architecture independent runtime files used by
 neovim. Examples of such files are: documentation, rules for
 language-specific highlighting and indentation, color schemes, and standard
 plugins.