vimPlugins.vim-spirv: init at 2019-11-20

This commit is contained in:
David Wood
2020-06-04 12:23:10 -07:00
committed by Jon
parent a05a858d17
commit 98238a01a6
2 changed files with 13 additions and 0 deletions
+12
View File
@@ -6098,6 +6098,18 @@ let
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 {
pname = "vim-startify";
version = "2020-04-18";
+1
View File
@@ -206,6 +206,7 @@ kana/vim-tabpagecd
kana/vim-textobj-function
kana/vim-textobj-user
kassio/neoterm
kbenzie/vim-spirv
kchmck/vim-coffee-script
KeitaNakamura/neodark.vim
keith/swift.vim