Better lsp support that checks wheter a needed binary is installed before installing the lsp with mason to avoid errors

This commit is contained in:
2025-08-29 15:49:38 +02:00
parent 36afaec832
commit faad6ae58b
4 changed files with 189 additions and 97 deletions

View File

@@ -3,3 +3,26 @@
You can configure the current semester that you are in for university integrations.
There are certain things required like `make` and `npm` for various plugins.
## Dependencies
To install proper snippets and get the basic lsp the following programs are needed in path.
```
make
curl
gcc
libc
bash
```
Optionally for more lsp servers.
```
go
npm
```
## General
This configuration is based on the lazy plugin manager.