mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +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";
|
||||
description = "texlab language server for LaTeX";
|
||||
}
|
||||
{
|
||||
name = "tflint";
|
||||
description = "tflint, a terraform linter";
|
||||
}
|
||||
{
|
||||
name = "tinymist";
|
||||
description = "tinymist for Typst";
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue