ahmedkhalf / project.nvim

The superior project management solution for neovim.
Apache License 2.0
1.29k stars 119 forks source link

ft: add support to LSP workspace_folders #136

Open andrembpontes opened 9 months ago

andrembpontes commented 9 months ago

Add support to LSP workspace_folders

When multiple workspace_folders are available it tries to find the best fit based of path prefix comparison.

When no workspace_folders are available, or just a single value is set, the current behavior remains unchanged

andrembpontes commented 9 months ago

@ahmedkhalf I would like to get this merged into your repo. let me know in case you find any issue with the approach, or have any questions. Thank you