dart up and going
This commit is contained in:
parent
23773900d9
commit
e4c92f22b0
5 changed files with 203 additions and 27 deletions
9
lua/custom/plugins/flutter-tools.lua
Normal file
9
lua/custom/plugins/flutter-tools.lua
Normal 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,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue