neovim 0.6.1-2 source package in Ubuntu

Changelog

neovim (0.6.1-2) unstable; urgency=medium

  * rules: Skip flaky memory_usage functionaltest on armhf

 -- James McCoy <email address hidden>  Sat, 01 Jan 2022 16:26:58 -0500

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.6.1-2.dsc 2.8 KiB 433d97051c62ccc47d8fa1b69bf8750c72d2d27beb8c7165444612444d5a35e3
neovim_0.6.1.orig.tar.xz 6.7 MiB 3b78feaaf0d8a1e0a3590c272e374f83fb77e63ab69f26d309e41551a7df8867
neovim_0.6.1-2.debian.tar.xz 15.8 KiB e0020545ef63c7ff741e62bda1dbee57d210b7ed5afc89d4e30c99bbd19040ec

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.