[nvim] flutter tools

This commit is contained in:
Afonso Franco 2024-10-11 15:12:53 +01:00
parent 31670573f3
commit 3f30d890f7
Signed by: afonso
SSH key fingerprint: SHA256:PQTRDHPH3yALEGtHXnXBp3Orfcn21pK20t0tS1kHg54

View file

@ -222,6 +222,15 @@ return {
version = '^5',
lazy = false
},
{
'akinsho/flutter-tools.nvim',
lazy = false,
dependencies = {
'nvim-lua/plenary.nvim',
'stevearc/dressing.nvim', -- optional for vim.ui.select
},
config = true,
},
{
"stevearc/conform.nvim",
event = "VeryLazy",