vimPlugins.bufresize-nvim: init at 2022-03-21 (#379423)

This commit is contained in:
Gaétan Lepage
2025-02-05 00:03:55 +01:00
committed by GitHub
3 changed files with 17 additions and 0 deletions
@@ -1530,6 +1530,18 @@ final: prev:
meta.homepage = "https://github.com/kwkarlwang/bufjump.nvim/";
};
bufresize-nvim = buildVimPlugin {
pname = "bufresize.nvim";
version = "2022-03-21";
src = fetchFromGitHub {
owner = "kwkarlwang";
repo = "bufresize.nvim";
rev = "3b19527ab936d6910484dcc20fb59bdb12322d8b";
sha256 = "1s0zmpwg7z76l3ca1p426mkh33cw94m18q7rfsvnz4h4xwlsafpa";
};
meta.homepage = "https://github.com/kwkarlwang/bufresize.nvim/";
};
bullets-vim = buildVimPlugin {
pname = "bullets.vim";
version = "2024-08-04";
@@ -313,6 +313,10 @@ in
nvimSkipModule = [ "bufferline.commands" ];
};
bufresize-nvim = super.bufresize-nvim.overrideAttrs {
meta.license = lib.licenses.mit;
};
catppuccin-nvim = super.catppuccin-nvim.overrideAttrs {
nvimSkipModule = [
"catppuccin.groups.integrations.noice"
@@ -125,6 +125,7 @@ https://github.com/jlanzarotta/bufexplorer/,,
https://github.com/AndrewRadev/bufferize.vim/,HEAD,
https://github.com/akinsho/bufferline.nvim/,,
https://github.com/kwkarlwang/bufjump.nvim/,HEAD,
https://github.com/kwkarlwang/bufresize.nvim/,HEAD,
https://github.com/bullets-vim/bullets.vim/,,
https://github.com/itchyny/calendar.vim/,,
https://github.com/bkad/camelcasemotion/,,