Compare commits

...

1 commit

Author SHA1 Message Date
82cd3d2b5f
Remove scala double formatting hook 2025-03-21 16:44:03 +01:00

View file

@ -112,11 +112,6 @@ hook global WinSetOption filetype=(rust) %{
set-option buffer makecmd "cargo check" set-option buffer makecmd "cargo check"
} }
hook global WinSetOption filetype=(scala) %{
# Format the document if possible
hook -group scala-fmt window BufWritePre .* %{ lsp-formatting-sync }
}
hook global WinSetOption filetype=(typst) %{ hook global WinSetOption filetype=(typst) %{
set-option window comment_line "//" set-option window comment_line "//"
set-option window comment_block_begin "/*" set-option window comment_block_begin "/*"