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

7
lua/conf.lua Normal file
View File

@@ -0,0 +1,7 @@
local config = {}
config.season = "S3"
config.projects = vim.fn.expand("~/projects")
config.uni_dir = vim.fn.expand("~/projects/university/" .. config.season)
return config