lunarvim.org
🌙 LunarVim is an IDE layer for Neovim. Completely free and community driven.
Package Information
- Domain:
lunarvim.org
- Name:
lunarvim.org
- Homepage: Not specified
- Source: View on GitHub
Installation
bash
# Install with launchpad
launchpad install +lunarvim.org -- $SHELL -i
Programs
This package provides the following executable programs:
lvim
nvim
Available Versions
Show all 2 versions
1.4.0
,1.3.0
Latest Version: 1.4.0
Install Specific Version
bash
# Install specific version
sh <(curl https://pkgx.sh) +lunarvim.org@1.4.0 -- $SHELL -i
Dependencies
This package depends on:
gnu.org/bash
crates.io/fd-find
pip.pypa.io
python.org^3
nodejs.org
rust-lang.org/cargo
neovim.io
Usage Examples
typescript
import { pantry } from 'ts-pkgx'
// Access this package
const pkg = pantry.lunarvimorg
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.