mirror of
https://github.com/neovim/neovim.git
synced 2026-02-09 14:02:05 +10: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: Justin M. Keyes <justinkz@gmail.com>