feat: flutter debugging and git diff
This commit is contained in:
parent
4b7c1bb8f6
commit
c721d67a75
2 changed files with 58 additions and 2 deletions
9
lua/custom/plugins/flutter.lua
Normal file
9
lua/custom/plugins/flutter.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
'nvim-flutter/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