1
1
mirror of https://github.com/divnix/digga.git synced 2024-12-19 14:11:48 +03:00
digga/profiles/develop/kakoune/lsp/elm.kak
2019-12-15 00:03:57 -07:00

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
}