Merge pull request #216587 from PlayerNameHere/tint-nvim

vimPlugins.tint-nvim: init at 2022-09-27
This commit is contained in:
figsoda 2023-02-16 11:41:43 -05:00 committed by GitHub
commit 36a944b216
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View file

@ -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";

View file

@ -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/,,