switched from Mason + mason-lspconfig to custom install

This commit is contained in:
THEON-1
2025-12-03 17:13:52 +01:00
parent b31dab0c4f
commit 97864420c3
9 changed files with 234 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ local tail_process = vim.system({
logfile,
}, {}, function(res)
vim.schedule(function ()
vim.fn.writefile(vim.split(res.stdout, "\n", {plain = true}), logfile)
vim.fn.writefile(vim.split(res.stdout, "\n", { plain = true }), logfile)
end)
end)