plugins/lsp/tflint: init

This commit is contained in:
Matt Sturgeon 2024-06-14 09:36:04 +01:00
parent ea5078fc10
commit eb5c090e90
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299
2 changed files with 5 additions and 0 deletions

View file

@ -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";

View file

@ -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;