vimPlugins.tailwindcss-colors-nvim: init at 2021-12-24

This commit is contained in:
Donovan Glover 2023-12-29 18:41:36 -05:00 committed by Matthieu Coudron
parent 0bdb62e222
commit 716c2bc96a
2 changed files with 13 additions and 0 deletions

View File

@ -9713,6 +9713,18 @@ final: prev:
meta.homepage = "https://github.com/vim-scripts/taglist.vim/";
};
tailwindcss-colors-nvim = buildVimPlugin {
pname = "tailwindcss-colors.nvim";
version = "2021-12-24";
src = fetchFromGitHub {
owner = "themaxmarchuk";
repo = "tailwindcss-colors.nvim";
rev = "ccb5be2f84673c1a0ef90a0c0a76733e85e5265b";
sha256 = "sha256-2eUr4rB8gpax0xJ8U4O2O93UXUxF+HZV6Co8LwPZ3JE=";
};
meta.homepage = "https://github.com/themaxmarchuk/tailwindcss-colors.nvim/";
};
targets-vim = buildVimPlugin {
pname = "targets.vim";
version = "2023-02-22";

View File

@ -816,6 +816,7 @@ https://github.com/godlygeek/tabular/,,
https://github.com/AndrewRadev/tagalong.vim/,,
https://github.com/preservim/tagbar/,,
https://github.com/vim-scripts/taglist.vim/,,
https://github.com/themaxmarchuk/tailwindcss-colors.nvim/,HEAD,
https://github.com/wellle/targets.vim/,,
https://github.com/tools-life/taskwiki/,,
https://github.com/tomtom/tcomment_vim/,,