Skip to content

Bakudankun/PICO-8.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

にほんご

PICO-8.vim

This is a Vim plugin package that adds support for PICO-8 cartridge files.

screenshot

(The nice colorscheme is from markbahnman/vim-pico8-color)

Installation

PICO-8.vim can be installed manually or using vim-plug: Plug 'bakudankun/pico-8.vim'

Features

  • Proper syntax highlighting for .p8 files as well as folding
  • Make vim visually imitate the PICO-8 console
  • Colorize graphics data

colorize demo

  • 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.