nvim
Ambitious Vim-fork focused on extensibility and agility
Package Information
- Domain:
neovim.io - Name:
nvim - Homepage: Not specified
- Source: View on GitHub
Installation
bash
# Install with launchpad
launchpad install nvimPrograms
This package provides the following executable programs:
nvim
Available Versions
Show all 16 versions
0.11.3,0.11.2,0.11.1,0.11.0,0.10.40.10.3,0.10.2,0.10.1,0.10.0,0.9.50.9.4,0.9.2,0.9.1,0.9.0,0.8.20.8.1
Latest Version: 0.11.3
Install Specific Version
bash
# Install specific version
sh <(curl https://pkgx.sh) nvim -- $SHELL -iDependencies
This package depends on:
gnu.org/gettext^0
Usage Examples
typescript
import { pantry } from 'ts-pkgx'
// Access this package
const pkg = pantry.nvim
console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)Links
This documentation was auto-generated from package data.