mirror of
https://github.com/neovim/neovim.git
synced 2026-01-07 13:53:12 +00:00
Problem: Some language servers do not work properly without a workspace folder. Solution: Add `workspace_required`, which skips starting the lsp client if no workspace folder is found. Co-authored-by: Michael Strobel <71396679+Kibadda@users.noreply.github.com>