Hey. I have a working neovim+LSP setup using kotlin-language-server. It works fine when I use it with a project initialized with Gradle. However, if I edit just simple scripts (with the kts suffix, without a special root project directory), neovim or LSP gets confused. It cannot find the project root and therefore it refuses to function at all.
Does anyone know of a way to get neovim + LSP working with single source files like that?