vimPlugins.vim-glsl: init at 2017-10-15
This commit is contained in:
parent
2f04b2319f
commit
0a60534cd8
@ -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 {
|
vim-go = buildVimPluginFrom2Nix {
|
||||||
pname = "vim-go";
|
pname = "vim-go";
|
||||||
version = "2019-07-04";
|
version = "2019-07-04";
|
||||||
|
@ -324,6 +324,7 @@ thinca/vim-scouter
|
|||||||
thinca/vim-themis
|
thinca/vim-themis
|
||||||
thinca/vim-visualstar
|
thinca/vim-visualstar
|
||||||
thosakwe/vim-flutter
|
thosakwe/vim-flutter
|
||||||
|
tikhomirov/vim-glsl
|
||||||
tomasr/molokai
|
tomasr/molokai
|
||||||
tomlion/vim-solidity
|
tomlion/vim-solidity
|
||||||
tommcdo/vim-lion
|
tommcdo/vim-lion
|
||||||
|
Loading…
Reference in New Issue
Block a user