Merge pull request #227579 from vinnymeller/vim/vim-be-good

vimPlugins.vim-be-good: init at 2022-11-08
This commit is contained in:
figsoda 2023-04-22 09:29:12 -04:00 committed by GitHub
commit 9ea57a7a02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View file

@ -9966,6 +9966,18 @@ final: prev:
meta.homepage = "https://github.com/moll/vim-bbye/";
};
vim-be-good = buildVimPluginFrom2Nix {
pname = "vim-be-good";
version = "2022-11-08";
src = fetchFromGitHub {
owner = "ThePrimeagen";
repo = "vim-be-good";
rev = "c290810728a4f75e334b07dc0f3a4cdea908d351";
sha256 = "1xnydbqyjrmwj7cpj3qcr1icg8v75ny847i1qpj94dafjzzmi4wl";
};
meta.homepage = "https://github.com/ThePrimeagen/vim-be-good/";
};
vim-beancount = buildVimPluginFrom2Nix {
pname = "vim-beancount";
version = "2023-01-02";

View file

@ -839,6 +839,7 @@ https://github.com/benizi/vim-automkdir/,,
https://github.com/gioele/vim-autoswap/,,
https://github.com/bazelbuild/vim-bazel/,,
https://github.com/moll/vim-bbye/,,
https://github.com/ThePrimeagen/vim-be-good/,HEAD,
https://github.com/nathangrigg/vim-beancount/,,
https://github.com/sheoak/vim-bepoptimist/,HEAD,
https://github.com/ntpeters/vim-better-whitespace/,,