feat(lsp): add automatic upating of mason packages

This commit is contained in:
2024-08-16 21:59:35 +02:00
parent 83da3c5780
commit cfada2f207
2 changed files with 92 additions and 44 deletions
+1 -1
View File
@@ -248,7 +248,7 @@ function M:install(on_done)
end
end
self.mason:install(handle_result)
self.mason:install_with_dependencies(handle_result)
end
--- Setup LSP server