scalameta / nvim-metals

A Metals plugin for Neovim
https://scalameta.org/metals/
Apache License 2.0
455 stars 74 forks source link

fix: account for gradle.kts #668

Closed ckipp01 closed 2 months ago

ckipp01 commented 2 months ago

I realized that we only detected build.gradle in the past and not actually build.gradle.kts as a root pattern. This could cause nvim-metals not to correctly determine the root for gradle projects.

Closes #665