We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3b19ed commit 37f1d3dCopy full SHA for 37f1d3d
devShells/htmx.nix
@@ -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