Skip to content

salvianoo/vimfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

salvianoo's vimfiles

These are my vimfiles.

What's included

VIM requirements

You will need a compiled Vim with python and ruby support

vim --version | grep -Eo "\+\ruby|\+\python"

Result of command

Installing (step by step)

Go to your home directory:

cd ~

Clone my vimfiles repo:

git clone --recursive https://github.com/salvianoo/vimfiles.git

Rename the repo to .vim:

mv vimfiles .vim

Link vimrc to your home:

ln -s .vim/vimrc .vimrc

Open Vim:

vim

(if you use MacVim):

mvim

Install bundles by typing

:BundleInstall

Restart vim and enjoy! :)

Releases

No releases published

Packages

No packages published