Compare commits

..

2 Commits

View File

@@ -45,7 +45,9 @@ return {
}) })
end end
-- Activate the server -- Activate the server
vim.lsp.enable(server_name) if server_name ~= "dartls" then
vim.lsp.enable(server_name)
end
end end
-- Diagnostic display config -- Diagnostic display config