aleDsz / vimfiles

My vimfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aleDsz'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 greenbox'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/aleDsz/vimfiles.git

(If you use Windows):

git checkout windows

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

:PlugInstall

Restart vim and enjoy! :)

About

My vimfiles


Languages

Language:Vim Script 99.9%Language:Shell 0.1%Language:Vim Snippet 0.0%