15 lines
212 B
Lua
15 lines
212 B
Lua
local function init()
|
|
require('flutter-tools').setup {
|
|
decorations = {
|
|
statusline = {
|
|
app_version = true,
|
|
device = true
|
|
}
|
|
},
|
|
fvm = true
|
|
}
|
|
end
|
|
|
|
return {
|
|
init = init
|
|
}
|