[nvim] flutter tools
This commit is contained in:
parent
31670573f3
commit
3f30d890f7
1 changed files with 9 additions and 0 deletions
|
@ -222,6 +222,15 @@ return {
|
||||||
version = '^5',
|
version = '^5',
|
||||||
lazy = false
|
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",
|
"stevearc/conform.nvim",
|
||||||
event = "VeryLazy",
|
event = "VeryLazy",
|
||||||
|
|
Loading…
Reference in a new issue