From 099c766418a78313337170a646c965fbb1db91e7 Mon Sep 17 00:00:00 2001 From: rydesun Date: Wed, 19 Feb 2020 11:24:53 +0800 Subject: [PATCH] Add efm-langserver config --- .config/efm-langserver/config.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .config/efm-langserver/config.yaml diff --git a/.config/efm-langserver/config.yaml b/.config/efm-langserver/config.yaml new file mode 100644 index 0000000..5166167 --- /dev/null +++ b/.config/efm-langserver/config.yaml @@ -0,0 +1,10 @@ +languages: + vim: + lint-command: 'vint -' + lint-stdin: true + + markdown: + lint-command: 'markdownlint -s' + lint-stdin: true + lint-formats: + - '%f: %l: %m'