From f9aecb14b23c72daf60a1ddf031a92b81b13b96b Mon Sep 17 00:00:00 2001 From: L Lllvvuu Date: Sun, 15 Oct 2023 20:59:49 -0700 Subject: [PATCH] feat: yaml-language-server autocompletion --- config.example.yaml | 2 -- tool-definitions.yaml | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/config.example.yaml b/config.example.yaml index 8c3716c..9ab8e51 100644 --- a/config.example.yaml +++ b/config.example.yaml @@ -29,9 +29,7 @@ languages: - <<: *proselint - <<: *prettierd solidity: - - <<: *solhint - <<: *slither - - <<: *forge-fmt sh: - <<: *shellcheck - <<: *shfmt diff --git a/tool-definitions.yaml b/tool-definitions.yaml index 60d34f3..a442f26 100644 --- a/tool-definitions.yaml +++ b/tool-definitions.yaml @@ -1,4 +1,5 @@ --- +# yaml-language-server: $schema=https://raw.githubusercontent.com/mattn/efm-langserver/master/schema.json tools: action-lint: &action-lint # go install github.com/rhysd/actionlint/cmd/actionlint@latest