Skip to content

Commit

Permalink
vimPlugins.tailwind-tools-nvim: init at 2024-09-15
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonjenkins committed Sep 16, 2024
1 parent 7cc3d69 commit 5f2fe08
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pkgs/applications/editors/vim/plugins/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};


}
1 change: 1 addition & 0 deletions pkgs/applications/editors/vim/plugins/vim-plugin-names
Original file line number Diff line number Diff line change
Expand Up @@ -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/,,
Expand Down

0 comments on commit 5f2fe08

Please sign in to comment.