vimPlugins.vim-spirv: init at 2019-11-20
This commit is contained in:
parent
a05a858d17
commit
98238a01a6
@ -6098,6 +6098,18 @@ let
|
|||||||
meta.homepage = "https://github.com/tpope/vim-speeddating/";
|
meta.homepage = "https://github.com/tpope/vim-speeddating/";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
vim-spirv = buildVimPluginFrom2Nix {
|
||||||
|
pname = "vim-spirv";
|
||||||
|
version = "2019-11-20";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "kbenzie";
|
||||||
|
repo = "vim-spirv";
|
||||||
|
rev = "e71404f92990aa4718925ade568427c0d8631469";
|
||||||
|
sha256 = "0aimpcz6vvrkcfgsj0xp12xdy1l83n387rsy74dzk23a220d59na";
|
||||||
|
};
|
||||||
|
meta.homepage = "https://github.com/kbenzie/vim-spirv/";
|
||||||
|
};
|
||||||
|
|
||||||
vim-startify = buildVimPluginFrom2Nix {
|
vim-startify = buildVimPluginFrom2Nix {
|
||||||
pname = "vim-startify";
|
pname = "vim-startify";
|
||||||
version = "2020-04-18";
|
version = "2020-04-18";
|
||||||
|
@ -206,6 +206,7 @@ kana/vim-tabpagecd
|
|||||||
kana/vim-textobj-function
|
kana/vim-textobj-function
|
||||||
kana/vim-textobj-user
|
kana/vim-textobj-user
|
||||||
kassio/neoterm
|
kassio/neoterm
|
||||||
|
kbenzie/vim-spirv
|
||||||
kchmck/vim-coffee-script
|
kchmck/vim-coffee-script
|
||||||
KeitaNakamura/neodark.vim
|
KeitaNakamura/neodark.vim
|
||||||
keith/swift.vim
|
keith/swift.vim
|
||||||
|
Loading…
x
Reference in New Issue
Block a user