This is a Vim plugin package that adds support for PICO-8 cartridge files.
(The nice colorscheme is from markbahnman/vim-pico8-color)
PICO-8.vim can be installed manually or using vim-plug:
Plug 'bakudankun/pico-8.vim'
- Proper syntax highlighting for
.p8
files as well as folding - Make vim visually imitate the PICO-8 console
- Colorize graphics data
- Keymaps to easily input symbols with Shift+[A-Z]
:Pico8Run
command to run the current file in PICO-8
For details and configurations, see the help doc.