Skip to content
tracyone edited this page Jan 25, 2022 · 16 revisions

Requirement

vim version >= v7.3.1058 and with +python or +python3 feature enabled

How to

Before Install

Please backup or remove your vim config

mv ~/.vim ~/vim_backup
mv  ~/.vimrc vimrc_backup

Quick Install

bash -c "$(curl -fsSL https://git.io/vNDOQ)"

install manually

git clone https://github.com/tracyone/vinux ~/.vim

Then start vim.

MS Windows install flow

Install git-for-window, Then

git clone https://github.com/tracyone/vinux /c/Users/yourname/vimfiles

Note: yourname is your login name in MS-Window.

How to update

Make sure you have git installed, Then start vim, Press Space ud, It will update vim to latest release.

If want to use the lastest developing version,You can cd to ~/.vim or /c/Users/yourname/vimfiles(MS-Window),then execute following command

git checkout master
git pull origin master

Load vinux from non standard directory

Reference this link Load vinux from nonstandard directory.

How to remove vinux

Just delete folder ~/.vim in MacOS and linux or /c/Users/yourname/vimfiles in MS-Window