Enable semantic tokens for scala
This commit is contained in:
parent
ec8467cdd4
commit
84b6e95316
3 changed files with 6 additions and 6 deletions
|
@ -114,7 +114,7 @@ hook global WinSetOption filetype=(rust|scala|fsharp) %{
|
|||
lsp-inlay-hints-enable window
|
||||
}
|
||||
|
||||
hook global WinSetOption filetype=(rust|go|fsharp|typst) %{
|
||||
hook global WinSetOption filetype=(rust|go|fsharp|typst|scala) %{
|
||||
hook window -group semantic-tokens BufReload .* lsp-semantic-tokens
|
||||
hook window -group semantic-tokens NormalIdle .* lsp-semantic-tokens
|
||||
hook window -group semantic-tokens InsertIdle .* lsp-semantic-tokens
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue