Skip to content

Commit

Permalink
plugins/lsp/tflint: init
Browse files Browse the repository at this point in the history
  • Loading branch information
MattSturgeon committed Jun 14, 2024
1 parent ea5078f commit eb5c090
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/lsp/language-servers/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,10 @@ let
name = "texlab";
description = "texlab language server for LaTeX";
}
{
name = "tflint";
description = "tflint, a terraform linter";
}
{
name = "tinymist";
description = "tinymist for Typst";
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 @@ -198,6 +198,7 @@
templ.enable = true;
terraformls.enable = true;
texlab.enable = true;
tflint.enable = true;
tinymist.enable = true;
tsserver.enable = true;
typos-lsp.enable = true;
Expand Down

0 comments on commit eb5c090

Please sign in to comment.