WhoIsSethDaniel / mason-tool-installer.nvim

Install and upgrade third party tools automatically
MIT License
444 stars 16 forks source link

Use already installed tools #58

Open kociap opened 1 month ago

kociap commented 1 month ago

I configured mason-tool-installer (MTI) to install clang-format which I use for C++. I already have the entire clang suite (version 19.0) installed on my system, but MTI still downloaded its own clang-format (version 18.1) which does not include several patches to formatting that I require.

Would it be possible to make MTI detect whether a tool is already available and if so, do not install its own version?