PICO-8.vim icon indicating copy to clipboard operation
PICO-8.vim copied to clipboard

A vim plugin package for PICO-8 programming.

Results 4 PICO-8.vim issues
Sort by recently updated
recently updated
newest added

I saw this fix in the comments of https://github.com/Bakudankun/PICO-8.vim/issues/4 but looks like it never got pulled into master. So here that is

Hello and thanks for this package! My projects are in sub-sub-directories of the pico-8 carts location, or in other directories entirely. I usually run `!pico8 -run %` which works as...

Maybe I'm just new to Lazy, but I'm having trouble getting the Pico8Run to work Here is the code under ~/.config/nvim/lua/plugins/PICO-8.lua ``` return{ "bakudankun/pico-8.vim", name="PICO-8", -- lazy-load on filetype ft...

First off, thanks for such a helpful and awesome plugin! I use it all the time. The problem: Syntax highlighting marks it as red / error even though it shouldn't....