From 699b59eab1011eefeaf04c4df84a0b0c72379e27 Mon Sep 17 00:00:00 2001 From: zlg Date: Mon, 12 Nov 2018 21:05:58 -0800 Subject: Add PICO-8 file preferences --- ftplugin/pico8.vim | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ftplugin/pico8.vim diff --git a/ftplugin/pico8.vim b/ftplugin/pico8.vim new file mode 100644 index 0000000..e3b552c --- /dev/null +++ b/ftplugin/pico8.vim @@ -0,0 +1,5 @@ +set termguicolors +set t_Co=256 +colorscheme pico8 +nnoremap ?^function :nohls +nnoremap /^function :nohls -- cgit v1.2.3-54-g00ecf 2'>cgit logo index : vgstash
Manage your game collection and knock out that backlog!zlg
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-10-14updater.sh: add recursion, error handlingZe Libertine Gamer1-43/+101
2016-10-14Correct pipe-handling behaviorZe Libertine Gamer1-1/+9
2016-10-12Clarify a method to move between platformsZe Libertine Gamer1-2/+5