Skip to content

Script to compile VIM on CentOS 7 including Lua, Python, and clipboard support.

Notifications You must be signed in to change notification settings

diverdane/vim-compile-centos7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

vim-compile-centos7

Script to compile VIM on CentOS 7, including Lua, Python, and clipboard support.

Installation

To install, run the following commands:

git clone https://github.com/diverdane/vim-compile-centos7.git ~/vim-compile-centos7

Compiling Vim

Run this script with sudo to download and compile Vim:

sudo ~/vim-compile-centos7/vim-compile.sh

The script will confirm that the compiled Vim supports Lua, Python, and clipboard. If successful, it will then clean up downloaded source code.

How to uninstall

Do the following:

sudo ~/vim-compile-centos7/clean-up.sh
cd
rm -rf vim-compile-centos7

About

Script to compile VIM on CentOS 7 including Lua, Python, and clipboard support.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages