dart up and going

This commit is contained in:
Paul Murray 2024-04-17 23:18:47 +10:00
parent 23773900d9
commit e4c92f22b0
5 changed files with 203 additions and 27 deletions

View file

@ -0,0 +1,9 @@
return {
'akinsho/flutter-tools.nvim',
lazy = false,
dependencies = {
'nvim-lua/plenary.nvim',
'stevearc/dressing.nvim', -- optional for vim.ui.select
},
config = true,
}