diff --git a/.vimrc b/.vimrc index 6f38bb8..9b2b447 100644 --- a/.vimrc +++ b/.vimrc @@ -4,6 +4,7 @@ " # david.aizenberg@paranoici.org# " ################################ +" #Requirements: Pathogen, Airline, NERDTree, Mustang colour theme " Turn syntax highlight on. syntax on @@ -75,3 +76,4 @@ let javascript_enable_domhtmlcss=1 " Set 256 colour mode and Theme. set t_Co=256 colorscheme mustang +