Skip to content

Commit

Permalink
plugins/lsp: add htmx lsp
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Jan 12, 2024
1 parent 29225c2 commit 749a8a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plugins/lsp/language-servers/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,11 @@ with lib; let
package = pkgs.vscode-langservers-extracted;
cmd = cfg: ["${cfg.package}/bin/vscode-html-language-server" "--stdio"];
}
{
name = "htmx";
description = "Enable htmx, for HTMX";
package = pkgs.htmx-lsp;
}
{
name = "intelephense";
description = "Enable intelephense, for PHP";
Expand Down
1 change: 1 addition & 0 deletions tests/test-sources/plugins/lsp/_lsp.nix
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@
graphql.enable = true;
hls.enable = true;
html.enable = true;
htmx.enable = true;
java-language-server.enable = true;
jsonls.enable = true;
julials.enable = true;
Expand Down

0 comments on commit 749a8a3

Please sign in to comment.