Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sudar/vim-arduino-snippets
Vim snippets for Arduino files
https://github.com/sudar/vim-arduino-snippets
Last synced: about 2 months ago
JSON representation
Vim snippets for Arduino files
- Host: GitHub
- URL: https://github.com/sudar/vim-arduino-snippets
- Owner: sudar
- Created: 2012-07-01T07:06:55.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-11-25T06:42:12.000Z (about 7 years ago)
- Last Synced: 2024-10-27T16:10:45.625Z (3 months ago)
- Homepage: http://hardwarefun.com/projects
- Size: 5.86 KB
- Stars: 31
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- stars - sudar/vim-arduino-snippets
README
vim-arduino-snippets
====================This repository contains snippets files for Arduino, for the famous [UltiSnips](https://github.com/SirVer/ultisnips) plugin for Vim.
How to install
-------------
Unfortunately there are many ways to how to install vim plugins. If you don't see your preferred way of installation plugins please consider updating this section. Basically, installation consists of 2 simple steps:- Install [ultisnips](https://github.com/SirVer/ultisnips)
- Install vim-arduino-snippetsUsing [Vundle](https://github.com/gmarik/vundle)
-------------```VimL
" Install snipmate:
Plugin 'SirVer/ultisnips'Install :
Plugin 'sudar/vim-arduino-snippets'And :PluginInstall
```
Contribution
-------------If you would like to contribute to this project, then just fork it in github and send a pull request. If you are not familiar with git or github, then you can use this guide to [understand how to fork and send pull request](http://sudarmuthu.com/blog/contributing-to-project-hosted-in-github).
License
-------------The source code and the config files are released under "THE BEER-WARE" license.
I would, however, consider it a great courtesy if you could email me and tell me about your project and how this code was used, just for my own continued personal gratification :)
You can also find other ways to [make me happy](http://sudarmuthu.com/if-you-wanna-thank-me), if you liked this project ;)