An open API service indexing awesome lists of open source software.

https://github.com/abderrahmanemustapha/vim-iop

This is a Vim plugin for IOP
https://github.com/abderrahmanemustapha/vim-iop

iop vim vim-plugin

Last synced: about 1 month ago
JSON representation

This is a Vim plugin for IOP

Awesome Lists containing this project

README

        

# vim-iop
This is a Vim plugin for [IOP](https://github.com/Intersec/lib-common/tree/master/src/iop) , provides :

## Features
* Syntax highlight
* Auto completion
* Indentation
* Provide some code snippets

## How To Install

1. Use one of the following plugin managers:

* [dein](https://github.com/Shougo/dein.vim)
* [vim-plug](https://github.com/junegunn/vim-plug)
* [vundle](https://github.com/VundleVim/Vundle.vim)
* [pathogen](https://github.com/tpope/vim-pathogen)

2. Use this repository as submodule or package.

For example when using [Vundle](https://github.com/junegunn/vim-plug) :

```vim
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()

Plugin 'gmarik/vundle'
Plugin 'abderrahmaneMustapha/vim-iop'
....
....
```

## Contributing

To get started see [the contributing guidelines](https://github.com/abderrahmaneMustapha/vim-iop/blob/main/.github/CONTRIBUTING.md).

### 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](https://www.dzcode.io/Learn/Git_Basics/Syncing_An_Old_Forked_Repository_With_Upstream).
- Please make sure your code follows the style guideline defined in this repo,