add dart on cmd

This commit is contained in:
Oscar Pinochet 2025-02-01 01:31:53 -03:00
parent d851043020
commit 016979fd93
No known key found for this signature in database
1 changed files with 2 additions and 1 deletions

View File

@ -1052,7 +1052,7 @@ require('lazy').setup({
{ name = 'gopls' }, { name = 'gopls' },
{ name = 'zls' }, { name = 'zls' },
{ name = 'rust_analyzer' }, { name = 'rust_analyzer' },
-- { name = 'supermaven' }, { name = 'dart' },
}, },
} }
end, end,
@ -1096,6 +1096,7 @@ require('lazy').setup({
keywords = 'bold', keywords = 'bold',
types = 'italic,bold', types = 'italic,bold',
}, },
transparent = false,
}, },
} }
end, end,