main
Alpha Chen 11 months ago
parent c2cf60c22f
commit f53c9db63d
Signed by: alpha
SSH Key Fingerprint: SHA256:3fOT8fiYQG/aK9ntivV3Bqtg8AYQ7q4nV6ZgihOA20g

@ -97,6 +97,8 @@
(local isort (fmt "isort --quiet --profile black -"))
(local python [black isort])
(local yamlfmt (fmt "yamlfmt -in"))
(setup-lsp :efm {:on_attach on-attach
:init_options {:documentFormatting true
:hover true
@ -108,13 +110,15 @@
: python
:typescript javascript
:typescriptreact javascript
:vue [prettier]}}
:vue [prettier]
:yaml [yamlfmt]}}
:filetypes [:fennel
:javascript
:typescript
:python
:typescriptreact
:vue]})
:vue
:yaml]})
(setup-lsp :ansiblels)
(setup-lsp :elmls)

@ -0,0 +1,2 @@
formatter:
retain_line_breaks: true
Loading…
Cancel
Save