/vim-pio

Raspberry Pi Pico PIO Programmable I/O vim syntax highlighting

Primary LanguageVim ScriptMIT LicenseMIT

Vim PIO Syntax Highlighting

Vim syntax for the Raspberry Pi Pico Programmable I/O (PIO) Assembly language.

Notable links:

Installation

Vim packages (recommended; Vim 8+ only)

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/

Vundle

Set up Vundle then add Plugin 'mikebentley15/vim-pio' to your vimrc and run :PluginInstall from a fresh vim.

Pathogen

Set up Pathogen then clone/submodule this repo into ~/.vim/bundle/toml, or wherever you've pointed your Pathogen.

vim-plug

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.

Janus

Set up Janus and then clone/submodule this repo into ~/.janus and restart vim.

Contributing

Contributions are very welcome! Please open an issue or a pull request.