This is a Vim plugin for IOP , provides :
- Syntax highlight
- Auto completion
- Indentation
- Provide some code snippets
- Use one of the following plugin managers:
- Use this repository as submodule or package.
For example when using Vundle :
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()
Plugin 'gmarik/vundle'
Plugin 'abderrahmaneMustapha/vim-iop'
....
....
To get started see the contributing guidelines.
- If you already forked the repository, please make sure your fork is up-to-date, following this simple steps.
- Please make sure your code follows the style guideline defined in this repo,