An unofficial vim plugin for AOSC development and packaging.
- Different highlight group for Autobuild properties and switches
- Package Version validity check
- Package Name, Dep validity check
- Code Snippets for creating a new package
- Leader-based keymap to directly build/update the current package
Make sure vim-plug and UltiSnips are properly installed.
Add Plug 'LER0ever/aosc.vim' to your vimrc.
- Smart Template
- Use
verto trigger snippets for ACBS Spec - Use
pkgto trigger snippets for Autobuild defines - Use
patto trigger snippets for Autobuild patches
- Use
- Keymap
<Leader>ddto build the current package<Leader>duto automatically bump the minor version and rebuild (used for small updates)
Apache License, Version 2.0
