Add efm-langserver config

This commit is contained in:
rydesun 2020-02-19 11:24:53 +08:00
parent f97b6b3534
commit 099c766418

View file

@ -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'