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

https://github.com/z3t0/arduvim

A vim plugin for automatic Arduino syntax generation and more...
https://github.com/z3t0/arduvim

Last synced: about 1 year ago
JSON representation

A vim plugin for automatic Arduino syntax generation and more...

Awesome Lists containing this project

README

          

# Arduvim
Arduino syntax generation plugin for vim. This allows you to gain syntax highlighting and autocomplete for Arduino and any additional libraries.

## Version 0.1b

## Installation

Use your plugin manager of choice.

- [Pathogen](https://github.com/tpope/vim-pathogen)
- `git clone https://github.com/z3t0/arduvim ~/.vim/bundle/arduvim`
- [Vundle](https://github.com/gmarik/vundle)
- Add `Plugin 'https://github.com/z3t0/arduvim'` to vimrc
- Run `:PluginInstall`
- [NeoBundle](https://github.com/Shougo/neobundle.vim)
- Add `NeoBundle 'https://github.com/z3t0/arduvim'` to vimrc
- Run `:NeoBundleInstall`
- [vim-plug](https://github.com/junegunn/vim-plug)
- Add `Plug 'https://github.com/z3t0/arduvim'` to vimrc
- Run `:PlugInstall`

## Features
* Automatic syntax generation for Arduino Libraries
* Support for 3rd party plugins
* Syntax Highlighting
* Autocomplete

## TODO
* Improve documentation
* Allow for more than one directory to store libraries
* Fix small bug on 2-word keywords

## Credits
* [z3t0](https://github.com/z3t0) : Main contributor, maintainer and also owner of the repository.
- zetoslab@gmail.com
* [sudar](https://github.com/sudar) : Owner and main contributor of the [vim-syntax](https://github.com/sudar/vim-arduino-syntax) that was instrumental in creating this plugin.
* Kevin Sjöberg : Indent file
- kev.sjoberg@gmail.com>

## Copyright
Copyright (c) 2015 Rafi Khan