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
- Host: GitHub
- URL: https://github.com/abderrahmanemustapha/vim-iop
- Owner: abderrahmaneMustapha
- License: mit
- Created: 2021-10-05T20:59:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-09T17:33:45.000Z (over 3 years ago)
- Last Synced: 2023-03-02T18:16:00.394Z (about 2 years ago)
- Topics: iop, vim, vim-plugin
- Language: Vim script
- Homepage:
- Size: 34.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
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,