vimPlugins.stan-vim: init at 2020-08-05

This commit is contained in:
"Will Badart" 2021-02-22 15:59:09 -05:00
parent bd2dd670c6
commit 877231ed04
2 changed files with 13 additions and 0 deletions

View File

@ -3948,6 +3948,18 @@ let
meta.homepage = "https://github.com/srcery-colors/srcery-vim/";
};
stan-vim = buildVimPluginFrom2Nix {
pname = "stan-vim";
version = "2020-08-05";
src = fetchFromGitHub {
owner = "eigenfoo";
repo = "stan-vim";
rev = "9d3b6ec149f9559bd9bd021dfa827c29c5d1dc38";
sha256 = "0qv748m1vrp1qcl41y7fj2jm8cac9b01ljq6ydq3z4syxdf7yzcc";
};
meta.homepage = "https://github.com/eigenfoo/stan-vim/";
};
starsearch-vim = buildVimPluginFrom2Nix {
pname = "starsearch-vim";
version = "2014-09-21";

View File

@ -101,6 +101,7 @@ easymotion/vim-easymotion
editorconfig/editorconfig-vim
edwinb/idris2-vim
ehamberg/vim-cute-python
eigenfoo/stan-vim
eikenb/acp
elixir-editors/vim-elixir
elmcast/elm-vim