forked from mirrors/nixpkgs
vimPlugins.boole-nvim: init at 2023-01-14
This commit is contained in:
parent
b527f25bf0
commit
a4de7678dc
|
@ -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";
|
||||
|
|
|
@ -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/,,
|
||||
|
|
Loading…
Reference in a new issue