vimPlugins.vim-bepoptimist: init at 2022-06-24

This commit is contained in:
rocko 2022-10-26 18:47:07 +02:00
parent c30e4953b0
commit 5b26113823
2 changed files with 13 additions and 0 deletions

View File

@ -8837,6 +8837,18 @@ final: prev:
meta.homepage = "https://github.com/nathangrigg/vim-beancount/";
};
vim-bepoptimist = buildVimPluginFrom2Nix {
pname = "vim-bepoptimist";
version = "2022-06-24";
src = fetchFromGitHub {
owner = "sheoak";
repo = "vim-bepoptimist";
rev = "7b1f01905112c9e0b25adc5b1cd2650a5eee5e88";
sha256 = "1650amv8q866ysxfm4xsf5hx1xx6ccg6xga2w0ziyf62s5frgbxd";
};
meta.homepage = "https://github.com/sheoak/vim-bepoptimist/";
};
vim-better-whitespace = buildVimPluginFrom2Nix {
pname = "vim-better-whitespace";
version = "2022-06-30";

View File

@ -743,6 +743,7 @@ https://github.com/gioele/vim-autoswap/,,
https://github.com/bazelbuild/vim-bazel/,,
https://github.com/moll/vim-bbye/,,
https://github.com/nathangrigg/vim-beancount/,,
https://github.com/sheoak/vim-bepoptimist/,HEAD,
https://github.com/ntpeters/vim-better-whitespace/,,
https://github.com/MattesGroeger/vim-bookmarks/,,
https://github.com/gyim/vim-boxdraw/,,