switched from Mason + mason-lspconfig to custom install
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user