vimPlugins.true-zen-nvim: rename from TrueZen-nvim so the alias works
This commit is contained in:
parent
8b38298f06
commit
049a05e392
2 changed files with 13 additions and 13 deletions
|
@ -375,18 +375,6 @@ final: prev:
|
||||||
meta.homepage = "https://github.com/chrisbra/SudoEdit.vim/";
|
meta.homepage = "https://github.com/chrisbra/SudoEdit.vim/";
|
||||||
};
|
};
|
||||||
|
|
||||||
TrueZen-nvim = buildVimPluginFrom2Nix {
|
|
||||||
pname = "TrueZen.nvim";
|
|
||||||
version = "2022-08-07";
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "Pocco81";
|
|
||||||
repo = "true-zen.nvim";
|
|
||||||
rev = "98740c76254c65576ec294551028b65081053588";
|
|
||||||
sha256 = "1g7wwb081yliqzpzmgjgvv9fn9qcry9k4xbgv0zcgz7z1lbhmyj1";
|
|
||||||
};
|
|
||||||
meta.homepage = "https://github.com/Pocco81/true-zen.nvim/";
|
|
||||||
};
|
|
||||||
|
|
||||||
VimCompletesMe = buildVimPluginFrom2Nix {
|
VimCompletesMe = buildVimPluginFrom2Nix {
|
||||||
pname = "VimCompletesMe";
|
pname = "VimCompletesMe";
|
||||||
version = "2022-02-18";
|
version = "2022-02-18";
|
||||||
|
@ -7757,6 +7745,18 @@ final: prev:
|
||||||
meta.homepage = "https://github.com/folke/trouble.nvim/";
|
meta.homepage = "https://github.com/folke/trouble.nvim/";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
true-zen-nvim = buildVimPluginFrom2Nix {
|
||||||
|
pname = "true-zen.nvim";
|
||||||
|
version = "2022-08-07";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "Pocco81";
|
||||||
|
repo = "true-zen.nvim";
|
||||||
|
rev = "98740c76254c65576ec294551028b65081053588";
|
||||||
|
sha256 = "1g7wwb081yliqzpzmgjgvv9fn9qcry9k4xbgv0zcgz7z1lbhmyj1";
|
||||||
|
};
|
||||||
|
meta.homepage = "https://github.com/Pocco81/true-zen.nvim/";
|
||||||
|
};
|
||||||
|
|
||||||
tslime-vim = buildVimPluginFrom2Nix {
|
tslime-vim = buildVimPluginFrom2Nix {
|
||||||
pname = "tslime.vim";
|
pname = "tslime.vim";
|
||||||
version = "2020-09-09";
|
version = "2020-09-09";
|
||||||
|
|
|
@ -30,7 +30,6 @@ https://github.com/jaredgorski/SpaceCamp/,,
|
||||||
https://github.com/SpaceVim/SpaceVim/,,
|
https://github.com/SpaceVim/SpaceVim/,,
|
||||||
https://github.com/ackyshake/Spacegray.vim/,,
|
https://github.com/ackyshake/Spacegray.vim/,,
|
||||||
https://github.com/chrisbra/SudoEdit.vim/,,
|
https://github.com/chrisbra/SudoEdit.vim/,,
|
||||||
https://github.com/Pocco81/TrueZen.nvim/,,
|
|
||||||
https://github.com/ackyshake/VimCompletesMe/,,
|
https://github.com/ackyshake/VimCompletesMe/,,
|
||||||
https://github.com/hsitz/VimOrganizer/,,
|
https://github.com/hsitz/VimOrganizer/,,
|
||||||
https://github.com/VundleVim/Vundle.vim/,,
|
https://github.com/VundleVim/Vundle.vim/,,
|
||||||
|
@ -650,6 +649,7 @@ https://github.com/tjdevries/train.nvim/,,
|
||||||
https://github.com/tremor-rs/tremor-vim/,,
|
https://github.com/tremor-rs/tremor-vim/,,
|
||||||
https://github.com/cappyzawa/trim.nvim/,,
|
https://github.com/cappyzawa/trim.nvim/,,
|
||||||
https://github.com/folke/trouble.nvim/,,
|
https://github.com/folke/trouble.nvim/,,
|
||||||
|
https://github.com/Pocco81/true-zen.nvim/,,
|
||||||
https://github.com/jgdavey/tslime.vim/,,
|
https://github.com/jgdavey/tslime.vim/,,
|
||||||
https://github.com/Quramy/tsuquyomi/,,
|
https://github.com/Quramy/tsuquyomi/,,
|
||||||
https://github.com/folke/twilight.nvim/,,
|
https://github.com/folke/twilight.nvim/,,
|
||||||
|
|
Loading…
Reference in a new issue