diff --git a/.config/efm-langserver/config.yaml b/.config/efm-langserver/config.yaml deleted file mode 100644 index 5166167..0000000 --- a/.config/efm-langserver/config.yaml +++ /dev/null @@ -1,10 +0,0 @@ -languages: - vim: - lint-command: 'vint -' - lint-stdin: true - - markdown: - lint-command: 'markdownlint -s' - lint-stdin: true - lint-formats: - - '%f: %l: %m'