Further cleanup

This commit is contained in:
Natsu Kagami 2024-10-07 22:30:13 +02:00
parent 0f0c1649a2
commit c6724e382b
Signed by: nki
GPG key ID: 55A032EB38B49ADB
10 changed files with 3 additions and 535 deletions

View file

@ -162,7 +162,7 @@ hook global BufCreate .*[.]md %{
add-highlighter buffer/ wrap
}
hook global BufCreate .*[.](sc|sbt) %{
hook global BufCreate .*[.](sc|sbt|mill) %{
set-option buffer filetype scala
}