This vim bundle adds syntax highlighting, for NCS MagiQ.
-
Install pathogen into
~/.vim/autoload/and add the following line to your~/.vimrc:call pathogen#infect() -
Make a clone of the
vim-magiqrepository:$ mkdir -p ~/.vim/bundle $ cd ~/.vim/bundle $ git clone https://github.com/tfentonz/vim-magiq -
OR use git submodules:
$ git submodule add https://github.com/tfentonz/vim-magiq.git bundle/vim-magiq $ git submodule init
That's it. Pathogen should handle the rest. Opening a file with first line
*DYOFF* will load everything.