vimPlugins.winbar-nvim: init at 2022-07-18
This commit is contained in:
parent
ee017f0c68
commit
ac96250768
2 changed files with 13 additions and 0 deletions
|
@ -13294,6 +13294,18 @@ final: prev:
|
|||
meta.homepage = "https://github.com/gcmt/wildfire.vim/";
|
||||
};
|
||||
|
||||
winbar-nvim = buildVimPluginFrom2Nix {
|
||||
pname = "winbar.nvim";
|
||||
version = "2022-07-18";
|
||||
src = fetchFromGitHub {
|
||||
owner = "fgheng";
|
||||
repo = "winbar.nvim";
|
||||
rev = "13739fdb31be51a1000486189662596f07a59a31";
|
||||
sha256 = "1b9zfn5fpgibgjn64a6hb8w9d0zprkm1bz050fcd1vrv9dq1s7s7";
|
||||
};
|
||||
meta.homepage = "https://github.com/fgheng/winbar.nvim/";
|
||||
};
|
||||
|
||||
windows-nvim = buildVimPluginFrom2Nix {
|
||||
pname = "windows.nvim";
|
||||
version = "2022-11-17";
|
||||
|
|
|
@ -1116,6 +1116,7 @@ https://github.com/mattn/webapi-vim/,,
|
|||
https://github.com/folke/which-key.nvim/,,
|
||||
https://github.com/gelguy/wilder.nvim/,,
|
||||
https://github.com/gcmt/wildfire.vim/,,
|
||||
https://github.com/fgheng/winbar.nvim/,main,
|
||||
https://github.com/anuvyklack/windows.nvim/,,
|
||||
https://github.com/sindrets/winshift.nvim/,,
|
||||
https://github.com/wannesm/wmgraphviz.vim/,,
|
||||
|
|
Loading…
Reference in a new issue