I'm using NeoVim and LSP (coc.nvim) as IDE.
Now, I install IDE tools in each project as devdependencies, and configure global Vim setting that which IDE tools are used.
I want to configure IDE tool settings in each project, then Vim to read it and select tools automatically.
Is there any way for this situation?