Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.17 KB

README.md

File metadata and controls

41 lines (28 loc) · 1.17 KB

vim-iop

This is a Vim plugin for IOP , provides :

Features

  • Syntax highlight
  • Auto completion
  • Indentation
  • Provide some code snippets

How To Install

  1. Use one of the following plugin managers:
  1. 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'
....
....

Contributing

To get started see the contributing guidelines.

Before You Create a Pull Request

  • 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,