vimPlugins.tint-nvim: init at 2022-09-27

This commit is contained in:
Dixon Sean Low Yan Feng 2023-02-16 12:31:51 +08:00
parent 179bff391b
commit a5ec32cef1
No known key found for this signature in database
GPG key ID: A9F388161E9B90C7
2 changed files with 13 additions and 0 deletions

View file

@ -8536,6 +8536,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

@ -716,6 +716,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/,,