Open vikigenius opened 4 days ago
Found the issue looks like https://github.com/cxa/lsp-biome/blob/decff4b22e4326c09c287462d44a2be330dd9003/lsp-biome.el#L94
Means that this fails if there is no config file.
Also after fixing this issue by having a dummy config file. I am getting a
Error running timer: (void-variable apheleia-formatters)
Means that this fails if there is no config file
Yes we need a config file to work, no plan to support config-less because it's not recommended way.
Error running timer: (void-variable apheleia-formatters)
We only access this variable when apheleia-mode is running. Check your apheleia config.
I checked my node_modules and I do have biome installed
node_modules/@biomejs/biome/bin/biome
I use doom emacs and install biome like this
In my packages.el I have
And then in my config I have
I see that the package is installed because I am able to see commands like
lsp-biome-fix-all
But the server is not being started?