Replies: 2 comments
-
|
I encountered this yesterday too. I don't use a package manager for my project since I'm using importmaps. I found that, while I had a … it traversed all the way up to my home dir where I do have a My solution was to edit the biome.lua lsp file to add Now neovim retains the project root as my root directory. However it might be prudent to create our own (e) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I need to configure the Biome LSP root detection in Neovim. My project structure is nested/monorepo-style with a single biome.json at the root. The default LSP config fails to traverse up to the root config when editing files in subdirectories.
Beta Was this translation helpful? Give feedback.
All reactions