This package browser is in early development. Mind the rough edges.

vim-full

Text editor based on vi

Vim is a highly configurable text editor built to enable efficient text editing. It is an improved version of the vi editor distributed with most UNIX systems.

Vim is often called a "programmer's editor," and so useful for programming that many consider it an entire IDE. It's not just for programmers, though. Vim is perfect for all kinds of text editing, from composing email to editing configuration files.

This package provides a version of Vim with many optional features enabled. It includes a graphical interface, gvim, and support for plugins written in the Python 3, Perl, Ruby, Tcl, and Lua programming languages.

Installation

Install the latest version of vim-full as follows:

guix install vim-full

Or install a particular version:

guix install vim-full@9.1.1046

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of vim-full about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/vim-full'><img src='https://packages.guix.gnu.org/packages/vim-full/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/vim-full/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/vim-full)

Example Org:

[[https://packages.guix.gnu.org/packages/vim-full][https://packages.guix.gnu.org/packages/vim-full/badges/latest-version.svg]]