plugins/none-ls: add formatting/code_action source: ltrs (#953)

This commit is contained in:
Geoffrey Frogeye 2024-01-20 19:07:30 +01:00 committed by GitHub
parent c97afcbf82
commit 05fcc7ebe1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 0 deletions

View file

@ -52,6 +52,7 @@
eslint.enable = true;
eslint_d.enable = true;
gitsigns.enable = true;
ltrs.enable = true;
shellcheck.enable = true;
statix.enable = true;
};
@ -66,6 +67,7 @@
gitlint.enable = true;
golangci_lint.enable = true;
ktlint.enable = true;
ltrs.enable = true;
markdownlint.enable = true;
shellcheck.enable = true;
statix.enable = true;