mirror of
https://github.com/rydesun/dotfiles.git
synced 2025-12-26 14:44:58 +08:00
Add efm-langserver config
This commit is contained in:
parent
f97b6b3534
commit
099c766418
1 changed files with 10 additions and 0 deletions
10
.config/efm-langserver/config.yaml
Normal file
10
.config/efm-langserver/config.yaml
Normal 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'
|
||||
Loading…
Add table
Add a link
Reference in a new issue