Merge pull request #236491 from donovanglover/vim-crystal

vimPlugins.vim-crystal: init at 2023-03-15
This commit is contained in:
figsoda 2023-06-07 16:13:20 -04:00 committed by GitHub
commit 74ba7433d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View File

@ -10626,6 +10626,18 @@ final: prev:
meta.homepage = "https://github.com/mhinz/vim-crates/";
};
vim-crystal = buildVimPluginFrom2Nix {
pname = "vim-crystal";
version = "2023-03-15";
src = fetchFromGitHub {
owner = "vim-crystal";
repo = "vim-crystal";
rev = "dc21188ec8c2ee77bb81dffca02e1a29d87cfd9f";
sha256 = "1r7nr1g471h875p97yhz29z0w9kngf7vxs8b943cvyid0cr4ysxq";
};
meta.homepage = "https://github.com/vim-crystal/vim-crystal/";
};
vim-csharp = buildVimPluginFrom2Nix {
pname = "vim-csharp";
version = "2017-03-29";

View File

@ -897,6 +897,7 @@ https://github.com/luan/vim-concourse/,,
https://github.com/romainl/vim-cool/,,
https://github.com/octol/vim-cpp-enhanced-highlight/,,
https://github.com/mhinz/vim-crates/,,
https://github.com/vim-crystal/vim-crystal/,HEAD,
https://github.com/OrangeT/vim-csharp/,,
https://github.com/ap/vim-css-color/,,
https://github.com/jjo/vim-cue/,,