Merge pull request #216587 from PlayerNameHere/tint-nvim
vimPlugins.tint-nvim: init at 2022-09-27
This commit is contained in:
commit
36a944b216
2 changed files with 13 additions and 0 deletions
|
@ -8572,6 +8572,18 @@ final: prev:
|
|||
meta.homepage = "https://github.com/vim-scripts/timestamp.vim/";
|
||||
};
|
||||
|
||||
tint-nvim = buildVimPluginFrom2Nix {
|
||||
pname = "tint.nvim";
|
||||
version = "2022-09-27";
|
||||
src = fetchFromGitHub {
|
||||
owner = "levouh";
|
||||
repo = "tint.nvim";
|
||||
rev = "f6a259861ba8c0d88afc2ef05140ddf345eb0296";
|
||||
sha256 = "0ffbi9nrmr1hrlkvh09xvcdqrxfi66msm9g4xg8ja3zj3gqvi3z0";
|
||||
};
|
||||
meta.homepage = "https://github.com/levouh/tint.nvim/";
|
||||
};
|
||||
|
||||
tlib_vim = buildVimPluginFrom2Nix {
|
||||
pname = "tlib_vim";
|
||||
version = "2022-07-22";
|
||||
|
|
|
@ -719,6 +719,7 @@ https://github.com/johmsalas/text-case.nvim/,HEAD,
|
|||
https://github.com/ron89/thesaurus_query.vim/,,
|
||||
https://github.com/itchyny/thumbnail.vim/,,
|
||||
https://github.com/vim-scripts/timestamp.vim/,,
|
||||
https://github.com/levouh/tint.nvim/,HEAD,
|
||||
https://github.com/tomtom/tlib_vim/,,
|
||||
https://github.com/wellle/tmux-complete.vim/,,
|
||||
https://github.com/edkolev/tmuxline.vim/,,
|
||||
|
|
Loading…
Reference in a new issue