chore(nvim): flutter tools

This commit is contained in:
2024-10-11 15:12:53 +01:00
parent 009bbb353c
commit 5c755171f4

View File

@@ -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",