Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

README.md

Build Status

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 simply downloading the image and starting it. For more information about the package format see here: AppImage.

The image is based on Ubuntu 12.04 LTS precise. It most likely won't work on older distributions.

Download and execute the most recent GVim-8.1.X_*.AppImage file to run GVim.

If you want a terminal Vim, just create a symbolic link with a name starting with "vim". Like:

ln -s GVim-v8.1.1209.glibc2.15-x86_64.AppImage vim.appimage

Then start vim.appimage to get a terminal 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 Python2 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

You can’t perform that action at this time.