From c32b25d35c455cfbd7d8c7cd90db3dd6b004c45f Mon Sep 17 00:00:00 2001 From: rydesun Date: Sat, 4 Jul 2020 00:22:03 +0800 Subject: [PATCH] Remove efm lsp config --- .config/efm-langserver/config.yaml | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 .config/efm-langserver/config.yaml 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'