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...
- Host: GitHub
- URL: https://github.com/z3t0/arduvim
- Owner: z3t0
- License: gpl-3.0
- Created: 2015-02-26T18:26:32.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-06-05T15:12:41.000Z (about 5 years ago)
- Last Synced: 2025-02-14T00:53:31.801Z (over 1 year ago)
- Language: VimL
- Homepage: http://z3t0.github.io/arduvim
- Size: 672 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
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