fix flutter with nvim 0.12.2

This commit is contained in:
2026-05-12 15:31:19 +02:00
parent 47599ecb8e
commit c2c0373b3e

View File

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