Update readme

This commit is contained in:
2025-09-01 17:07:32 +02:00
parent c351f5edd4
commit e2a6c21f81
3 changed files with 22 additions and 12 deletions

View File

@@ -58,7 +58,8 @@ return {
config = function()
require("mason").setup()
-- Workaround for local zls
-- Workaround for local lsp only
-- does not work so nice on non nixos systems
local servers_modified = servers
for i, v in ipairs(servers_modified) do
if v == "zls" then
@@ -69,6 +70,10 @@ return {
table.remove(servers_modified, i)
break
end
if v == "hls" then
table.remove(servers_modified, i)
break
end
end
require("mason-lspconfig").setup({