mirror of
https://github.com/divnix/digga.git
synced 2024-12-19 14:11:48 +03:00
6 lines
217 B
Plaintext
6 lines
217 B
Plaintext
# elm formating is currently broken in els so use formatcmd as workaround
|
|
hook -group lsp global WinSetOption filetype=elm %{
|
|
set buffer formatcmd "elm-format --stdin --yes --elm-version 0.19"
|
|
lsp-enable-window
|
|
}
|