diff options
Diffstat (limited to '.config/efm-langserver/config.yaml')
-rw-r--r-- | .config/efm-langserver/config.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/efm-langserver/config.yaml b/.config/efm-langserver/config.yaml index 40031b0..77ee931 100644 --- a/.config/efm-langserver/config.yaml +++ b/.config/efm-langserver/config.yaml | |||
@@ -13,7 +13,12 @@ tools: | |||
13 | sh-shfmt: &sh-shfmt | 13 | sh-shfmt: &sh-shfmt |
14 | format-command: 'shfmt -ci -s -bn -i 4 -sr' | 14 | format-command: 'shfmt -ci -s -bn -i 4 -sr' |
15 | format-stdin: true | 15 | format-stdin: true |
16 | tex-fmt-formatter: &tex-fmt-formatter | ||
17 | format-command: 'tex-fmt --tabsize 4 --stdin' | ||
18 | format-stdin: true | ||
16 | languages: | 19 | languages: |
17 | sh: | 20 | sh: |
18 | - <<: *sh-shellcheck | 21 | - <<: *sh-shellcheck |
19 | - <<: *sh-shfmt | 22 | - <<: *sh-shfmt |
23 | tex: | ||
24 | - <<: *tex-fmt-formatter | ||