huggingface / llm.nvim

LLM powered development for Neovim
Apache License 2.0
741 stars 46 forks source link

fix: dangling llm-ls process #74

Closed McPatate closed 7 months ago

McPatate commented 7 months ago

It seems that llm-ls was not exitting properly at times, leaving dangling processes.

Calling shutdown by hand on exit seems to fix this issue.