3
0
Fork 0
forked from mirrors/nixpkgs

vimPlugins.boole-nvim: init at 2023-01-14

This commit is contained in:
nat-418 2023-01-19 13:55:36 +01:00
parent b527f25bf0
commit a4de7678dc
2 changed files with 13 additions and 0 deletions

View file

@ -941,6 +941,18 @@ final: prev:
meta.homepage = "https://github.com/blueballs-theme/blueballs-neovim/";
};
boole-nvim = buildVimPluginFrom2Nix {
pname = "boole.nvim";
version = "2023-01-14";
src = fetchFromGitHub {
owner = "nat-418";
repo = "boole.nvim";
rev = "f4f9996f91159e54b8f1893b20e2e599c91bc1bd";
sha256 = "0kilw1g57nrwxp07qpycig4bswafwg751kaiqnlnn70xbb88xppg";
};
meta.homepage = "https://github.com/nat-418/boole.nvim/";
};
bracey-vim = buildVimPluginFrom2Nix {
pname = "bracey.vim";
version = "2021-08-20";

View file

@ -77,6 +77,7 @@ https://github.com/rbgrouleff/bclose.vim/,,
https://github.com/max397574/better-escape.nvim/,,
https://github.com/sblumentritt/bitbake.vim/,,
https://github.com/blueballs-theme/blueballs-neovim/,,
https://github.com/nat-418/boole.nvim/,HEAD,
https://github.com/turbio/bracey.vim/,,
https://github.com/fruit-in/brainfuck-vim/,,
https://github.com/famiu/bufdelete.nvim/,,