Merge pull request #83588 from evenbrenden/vim-pico8-syntax

vimPlugins.vim-pico8-syntax: init at 2016-10-30
This commit is contained in:
Timo Kaufmann 2020-04-01 12:13:10 +00:00 committed by GitHub
commit bd12256228
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 0 deletions

View File

@ -5041,6 +5041,17 @@ let
};
};
vim-pico8-syntax = buildVimPluginFrom2Nix {
pname = "vim-pico8-syntax";
version = "2016-10-30";
src = fetchFromGitHub {
owner = "justinj";
repo = "vim-pico8-syntax";
rev = "dbdd92fad0533eeaeaea844815d4de11e9507ce7";
sha256 = "0say0bb74rdbabgsf7rrbm8x841pmgh80fwr6kn94fgphr3vhm0s";
};
};
vim-plug = buildVimPluginFrom2Nix {
pname = "vim-plug";
version = "2020-01-27";

View File

@ -389,6 +389,7 @@ Raimondi/delimitMate
rakr/vim-one
rbgrouleff/bclose.vim
reedes/vim-pencil
justinj/vim-pico8-syntax
reedes/vim-wordy
rhysd/committia.vim
rhysd/vim-grammarous