This vim bundle adds syntax highlighting for FANUC's KAREL programming language.
-
Install pathogen into
~/.vim/autoload/
and add the following line to your~/.vimrc
:call pathogen#infect()
-
Make a clone of the
vim-karel
repository:$ mkdir -p ~/.vim/bundle $ cd ~/.vim/bundle $ git clone https://github.com/onerobotics/vim-karel
-
OR use vundle, adding this line to your
~/.vimrc
:Bundle 'onerobotics/vim-karel'
-
OR use git submodules:
$ git submodule add https://github.com/onerobotics/vim-karel.git bundle/vim-karel $ git submodule init
MIT