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'