Jarmos-san / dotfiles

👷🏗️ Collection of dotfiles for a Linux-based development environment!
MIT License
15 stars 1 forks source link

[BUG]: Configure `Mason` to programmatically install the necessary LSP stuff #31

Closed Jarmos-san closed 7 months ago

Jarmos-san commented 1 year ago

Explain the Bug

After fixing #30 I realised the plugin was doing more than I assumed it was doing (perhaps it was a mistake to remove the plugin?). But I now have to write my own personalised and minimal code to:

  1. Ensure the listed packages are installed.
  2. If not, then install the listed packages using Mason.

Doing so would allow to programatically install all the LSP stuff I would ever need and let Mason take care of the $PATH handling stuff. The gains from this probably minimal but that is alright since I now have one plugin reduced towards my minimalist goals!

Relevant log output

No response

Share relevant screenshots, if possible

No response

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed within a week if no further activity occurs. Thank you for your contributions.

Jarmos-san commented 7 months ago

Not reinventing the wheel because the plugin used right now works fine and building something from scratch would require a lot of time consumption.