Skip to content

greenboxal/vimfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

greenboxal's vimfiles

These are my vimfiles. I created them almost from scratch when I started using Vim and adapted them to my needs.

Based on Pedro Franceschi's vimfiles.

What's included

Installing (step by step)

First, you need to install Fira Code font for Powerline and common character ligatures.

Go to your home directory:

cd ~

Clone my vimfiles repo:

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

Rename the repo to .vim in your home directory:

mv vimfiles ~/.vim

Link vimrc and gvimrc to your home directory:

ln -s ~/.vim/vimrc ~/.vimrc
ln -s ~/.vim/gvimrc ~/.gvimrc

Open Vim:

vim

(if you use MacVim):

mvim

Install bundles by typing

:PluginInstall

Execute plugin specific installation

cd ~/.vim
bash ./install.sh

Restart vim and enjoy! :)

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 99.5%
  • Shell 0.5%