mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
plugins/lsp/tflint: init
This commit is contained in:
parent
ea5078fc10
commit
eb5c090e90
2 changed files with 5 additions and 0 deletions
|
@ -538,6 +538,10 @@ let
|
||||||
name = "texlab";
|
name = "texlab";
|
||||||
description = "texlab language server for LaTeX";
|
description = "texlab language server for LaTeX";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "tflint";
|
||||||
|
description = "tflint, a terraform linter";
|
||||||
|
}
|
||||||
{
|
{
|
||||||
name = "tinymist";
|
name = "tinymist";
|
||||||
description = "tinymist for Typst";
|
description = "tinymist for Typst";
|
||||||
|
|
|
@ -198,6 +198,7 @@
|
||||||
templ.enable = true;
|
templ.enable = true;
|
||||||
terraformls.enable = true;
|
terraformls.enable = true;
|
||||||
texlab.enable = true;
|
texlab.enable = true;
|
||||||
|
tflint.enable = true;
|
||||||
tinymist.enable = true;
|
tinymist.enable = true;
|
||||||
tsserver.enable = true;
|
tsserver.enable = true;
|
||||||
typos-lsp.enable = true;
|
typos-lsp.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue