chore(nvim): flutter tools

This commit is contained in:
Afonso Franco 2024-10-11 15:12:53 +01:00
parent 009bbb353c
commit 5c755171f4
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4

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