mattn / efm-langserver

General purpose Language Server
MIT License
1.32k stars 59 forks source link

Don't create a force creating an `~/.config/efm-langserver` folder #259

Closed chrisgrieser closed 4 months ago

chrisgrieser commented 11 months ago

Thanks for this LSP, it's a great solution!

So I use nvim and the efm-config-plugin, therefore, I configure efm without any config.yaml. However, the folder ~/.config/efm-langserver still get created nonetheless, even though I will never have any use for it.

Could the auto-creation of the folder maybe be disabled? A setting to do so would probably already be fine.

mattn commented 4 months ago

Are you using -c flag?

chrisgrieser commented 4 months ago

ah yes, that solves it. thx