Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 802 Bytes

README.md

File metadata and controls

35 lines (18 loc) · 802 Bytes

My Vim Preferences

My .vimrc configuration file for customizing vim

Works best with Vim 8

Installation

Install Pathogen

Clone this repository

git clone [email protected]:Ethan3600/vimrc-preferences.git ~/vimrc-preferences

Install Sub Modules

git submodule update --init

Install Powerline Font

cd ~/vimrc-preferences/dependencies/fonts && ./install.sh && cd .. && rm -rf fonts/

Symlink Bundle Directory

cd ~/.vim/ && ln -s ~/vimrc-preferences/bundle ./

Copy & Compile Vimrc File

cp ~/vimrc-preference/.vimrc ~/ && source ~/.vimrc


For other plugins and features, checkout: VimAwesome