Unverified Commit 9ea57a7a authored by figsoda's avatar figsoda Committed by GitHub
Browse files

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

vimPlugins.vim-be-good: init at 2022-11-08
parents c9873fde 7b3dedb5
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -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";
+1 −0
Original line number Diff line number Diff line
@@ -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/,,