Skip to content

Commit 37f1d3d

Browse files
committed
feat: htmx
1 parent b3b19ed commit 37f1d3d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

devShells/htmx.nix

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{ pkgs }:
2+
{
3+
default = with pkgs; [ htmx-lsp ];
4+
vscodium = {
5+
extensions = pkgs.vscode-utils.extensionsFromVscodeMarketplace [{
6+
name = "htmx-tags";
7+
publisher = "otovo-oss";
8+
version = "0.0.8";
9+
sha256 = "sha256-sF5VpdmPluygAiGt9a9E/bM/VzA6a++0dR87dweMCyQ=";
10+
}];
11+
};
12+
}

0 commit comments

Comments
 (0)