Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chrisbra/vim-appimage
Appimage builds for GVim
https://github.com/chrisbra/vim-appimage
Last synced: 26 days ago
JSON representation
Appimage builds for GVim
- Host: GitHub
- URL: https://github.com/chrisbra/vim-appimage
- Owner: chrisbra
- Created: 2016-12-02T19:57:23.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-16T09:45:12.000Z (over 5 years ago)
- Last Synced: 2024-10-28T19:55:01.445Z (2 months ago)
- Language: Shell
- Size: 23.4 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/chrisbra/vim-appimage.svg?branch=master)](https://travis-ci.org/chrisbra/vim-appimage)
# Vim Appimage Repository
This is a project for building a 64bit Gvim Appimage from the latest Vim snapshots.
Appimage is a form of cross-distribution packaging format that can be run
everywhere by simpling downloading the image and starting it. For more
information about the package format see here: [AppImage](https://appimage.org).The image is based on Ubuntu 12.04 LTS precise. It most likely won't work on older distributions.
[Download](https://github.com/chrisbra/vim-appimage/releases) and execute the
most recent `gvim-8.0.X_*.appimage` file to install Vim.If you need a dynamic interface to Perl, Python2, Python3, Ruby or Lua make
sure your system provides the needed dynamic libraries (e.g. libperlX,
libpython2.7 libpython3X liblua5.1 and libruby1.9X) as those are **not**
distributed together with the image to not make the image too large.However, Vim will work without those libraries, but some Plugin might need those additional dependency.
(e.g. Gundo needs a working Pyhton2 installation, Command-T needs a working Ruby
installation and Neocomplete needs a working Lua installation). This means,
those interpreters have to be installed in addition to Vim. Without it Vim
won't be able to use that feature!See: https://github.com/vim/vim