vimPlugins.vim-glsl: init at 2017-10-15

This commit is contained in:
Nathan van Doorn 2019-07-09 09:19:45 +01:00
parent 2f04b2319f
commit 0a60534cd8
2 changed files with 12 additions and 0 deletions

View File

@ -2938,6 +2938,17 @@ let
};
};
vim-glsl = buildVimPluginFrom2Nix {
pname = "vim-glsl";
version = "2017-10-15";
src = fetchFromGitHub {
owner = "tikhomirov";
repo = "vim-glsl";
rev = "697eca9784ffac39308e1fd45e0300582c3d060b";
sha256 = "0qj00wgshx0pm6w1p682kc6s4xnzshnwx0sr65b24g1m495ck4q4";
};
};
vim-go = buildVimPluginFrom2Nix {
pname = "vim-go";
version = "2019-07-04";

View File

@ -324,6 +324,7 @@ thinca/vim-scouter
thinca/vim-themis
thinca/vim-visualstar
thosakwe/vim-flutter
tikhomirov/vim-glsl
tomasr/molokai
tomlion/vim-solidity
tommcdo/vim-lion