Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Lvim release build

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 16 May 09:04
3261fe8
release-1.3/neovim-0.9/0aea5a68

Install

Windows

Zip

  1. Download lvim-win64.zip
  2. Extract the zip.

EXE

  1. Download lvim-win64.exe
  2. Run the exe

macOS

  1. Download lvim-macos.tar.gz
  2. Run xattr -c ./lvim-macos.tar.gz (to avoid "unknown developer" warning)
  3. Extract: tar xzvf lvim-macos.tar.gz
  4. Run ./lvim-macos/bin/lvim

Linux (x64)

Tarball

  1. Download lvim-linux64.tar.gz
  2. Extract: tar xzvf lvim-linux64.tar.gz
  3. Run ./lvim-linux64/bin/lvim

Debian Package

  1. Download lvim-linux64.deb
  2. Install the package using sudo apt install ./lvim-linux64.deb
  3. Run lvim

AppImage

  1. Download lvim.appimage
  2. Run chmod u+x lvim.appimage && ./lvim.appimage
    • If your system does not have FUSE you can extract the appimage:
      ./lvim.AppImage --appimage-extract
      ./squashfs-root/usr/bin/lvim
      

SHA256 Checksums

da7ebd48ecb7e4b4ef415d60d8ff7cd2bbe53ca9668d873a4bac205c5c65adc0  lvim-linux64.tar.gz
edb33807dd811960f79db9c3206d2f23831ac1644feb7dda017f9e7e884a7f01  lvim-linux64.deb
339ec732736318998e01f0d9cc1244e1868b117ef5e9863b49a721b49364a190  lvim.AppImage
702b1aeb2e367a7e2eb69c0de1eebee890a792defb404814906c33a07895b739  lvim-macos.tar.gz
7f7a94fec5830a9466de708eee6dce89c4af3021a49b58e1f19f9ba44fbb4d8c  lvim-win64.zip
51ae0b6b136b779db6a27a6e122a26ee9008656ec366c59448676652bf9b26e7  lvim-win64.exe