-
Notifications
You must be signed in to change notification settings - Fork 40k
Closed
Description
saving init.lua will source
the file to update config current neovim process. It will also trigger a re-spawn of lua language server (unless it wasn't configured/setup for editing init.lua, which is unlikely).
Eventually, after saving a few times, users will run out of memory.
I haven't tested with other language servers being opened, but I don't see why they wouldn't share this problem. Maybe print a warning that LSP will be re-spawned? Maybe a guard variable to do lspconfig[server].setup()
once in current session + print warning?
oncomouse, bartekb, thiagocaiubi, errantepiphany, CobSammich and 1 more
Metadata
Metadata
Assignees
Labels
No labels