diff --git a/home/kakoune/kakrc b/home/kakoune/kakrc index 806e8f5..34b0bd6 100644 --- a/home/kakoune/kakrc +++ b/home/kakoune/kakrc @@ -104,7 +104,7 @@ hook global WinSetOption filetype=(racket|rust|python|go|javascript|typescript|c } hook global WinSetOption filetype=(racket|rust|python|go|javascript|typescript|c|cpp|tex|latex|haskell|nix) %{ # Format the document if possible - hook window BufWritePre .* %{ lsp-formatting } + hook window BufWritePre .* %{ lsp-formatting-sync } } hook global WinSetOption filetype=(rust|go) %{