mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +00:00

The workspace folder name is meant to be a human-readable name which is only used in the UI. Comparing the name against root_dir is thus not a valid comparison. Instead, we should compare the workspace folder's URI against the root dir URI.