Skip to content

Commit

Permalink
feat: htmx
Browse files Browse the repository at this point in the history
  • Loading branch information
GetPsyched committed Jan 10, 2024
1 parent b3b19ed commit 7a8ff9a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions devShells/htmx.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{ pkgs }:
{
default = with pkgs; [ htmx-lsp ];
vscodium = {
extensions = pkgs.vscode-utils.extensionsFromVscodeMarketplace [{
name = "htmx-tags";
publisher = "otovo-oss";
version = "0.0.8";
hash = "sha256-sF5VpdmPluygAiGt9a9E/bM/VzA6a++0dR87dweMCyQ=";
}];
};
}

0 comments on commit 7a8ff9a

Please sign in to comment.