chrisenytc / vimfiles

My vimfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Christopher's vimfiles

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

What's included

Themes

Statusline

General

Language Tools

Languages

Installing (step by step)

Go to your home directory:

$ cd ~

Clone my vimfiles repo:

$ git clone https://github.com/chrisenytc/vimfiles.git ~/.vim

Link vimrc and gvimrc to your home directory:

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

Download Fira Code and click Install font to install Fira Code's font which supports fancy characters.

$ open ~/FiraCode-Regular.otf

Open Vim:

$ vim

(if you use MacVim):

$ mvim

Install plugins by typing

:PlugInstall

Restart your Vim or MacVim and enjoy! :)

License

Check here.

About

My vimfiles

License:Creative Commons Zero v1.0 Universal


Languages

Language:Vim Script 100.0%