vimPlugins.tailwind-tools-nvim: init at 2024-09-15 (#342363)

This commit is contained in:
Gaétan Lepage
2024-09-17 08:08:48 +02:00
committed by GitHub
2 changed files with 13 additions and 0 deletions
@@ -17975,5 +17975,17 @@ final: prev:
meta.homepage = "https://github.com/jhradilek/vim-snippets/";
};
tailwind-tools-nvim = buildVimPlugin {
pname = "tailwind-tools.nvim";
version = "2024-09-15";
src = fetchFromGitHub {
owner = "luckasRanarison";
repo = "tailwind-tools.nvim";
rev = "41e901e7b4470082b5388b8385249632642c2510";
hash = "sha256-eDog1SXn1qS9ZjeG5709BU2qxzOUqa6V+gbBkW1xbqw=";
};
meta.homepage = "https://github.com/luckasRanarison/tailwind-tools.nvim";
};
}
@@ -919,6 +919,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/luckasRanarison/tailwind-tools.nvim/,HEAD,
https://github.com/themaxmarchuk/tailwindcss-colors.nvim/,HEAD,
https://github.com/wellle/targets.vim/,,
https://github.com/tools-life/taskwiki/,,