Vim syntax for the Raspberry Pi Pico Programmable I/O (PIO) Assembly language.
Notable links:
- Product description
- Documentation
- C/C++ SDK pdf
- C/C++ SDK GitHub
- C/C++ SDK examples
- Unofficial PIO Emulator
Clone or submodule this repo into your Vim packages location. For example:
mkdir -p ~/.vim/pack/plugins/start
git clone https://github.com/mikebentley15/vim-pio ~/.vim/pack/plugins/start/
Set up Vundle then add Plugin 'mikebentley15/vim-pio'
to your vimrc and run :PluginInstall
from a fresh vim.
Set up Pathogen then clone/submodule this repo into ~/.vim/bundle/toml
, or wherever you've pointed your Pathogen.
Set up vim-plug. In your vimrc, between the lines for call plug#begin()
and call plug#end()
, add the line Plug 'mikebentley15/vim-pio'
. Reload your .vimrc and then run :PlugInstall
.
Set up Janus and then clone/submodule this repo into ~/.janus
and restart vim.
Contributions are very welcome! Please open an issue or a pull request.