neovim 0.7.2-7 source package in Ubuntu
Changelog
neovim (0.7.2-7) unstable; urgency=medium * Validate language name for treesitter injection -- James McCoy <email address hidden> Fri, 10 Feb 2023 19:50:13 -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 | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | misc | |
Lunar | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
neovim_0.7.2-7.dsc | 2.8 KiB | 95084945e5f9dd6461bcc0fb042d4420a4f82d173792c230947d35e60777637e |
neovim_0.7.2.orig.tar.xz | 7.0 MiB | e4f3f60c528b3e0f268102f0522a8c8a0a8473875583b6cd1768f0ad3c85a035 |
neovim_0.7.2-7.debian.tar.xz | 23.6 KiB | 370ef10bf2c9416a6b59e36c2f1a89d8654fc5c2922ff31e1307bf49bbae8183 |
Available diffs
- diff from 0.7.2-6 to 0.7.2-7 (1.8 KiB)
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.