maharifu / vimfiles

My .vim directory redone from scratch, using Vundle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vimfiles

My .vim directory redone from scratch, using vim-plug. Old version is still available here.

See vimrc for plugins used.

Usage

  1. Clone the repo to $HOME/.vim

$ git clone git@github.com:maharifu/vimfiles.git $HOME/.vim --recursive

  1. Create a .vimrc file

$ echo "source $HOME/.vim/vimrc" > $HOME/.vimrc

  1. Install the Powerline fonts

$ mkdir $HOME/.fonts; ln -s $HOME/.vim/fonts/*.otf $HOME/.fonts/

  1. Install denite python dependencies

$ pip3 install --user pynvim

vim-plug and all plugins will be automatically installed on the first run.

Credits

  • Original project and idea from @scrooloose
  • My version based on @punnie

About

My .vim directory redone from scratch, using Vundle


Languages

Language:Vim Script 100.0%