forked from mirrors/nixpkgs
Merge pull request #83588 from evenbrenden/vim-pico8-syntax
vimPlugins.vim-pico8-syntax: init at 2016-10-30
This commit is contained in:
commit
bd12256228
|
@ -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 {
|
vim-plug = buildVimPluginFrom2Nix {
|
||||||
pname = "vim-plug";
|
pname = "vim-plug";
|
||||||
version = "2020-01-27";
|
version = "2020-01-27";
|
||||||
|
|
|
@ -389,6 +389,7 @@ Raimondi/delimitMate
|
||||||
rakr/vim-one
|
rakr/vim-one
|
||||||
rbgrouleff/bclose.vim
|
rbgrouleff/bclose.vim
|
||||||
reedes/vim-pencil
|
reedes/vim-pencil
|
||||||
|
justinj/vim-pico8-syntax
|
||||||
reedes/vim-wordy
|
reedes/vim-wordy
|
||||||
rhysd/committia.vim
|
rhysd/committia.vim
|
||||||
rhysd/vim-grammarous
|
rhysd/vim-grammarous
|
||||||
|
|
Loading…
Reference in a new issue