[NEOVIM] Flutter tools conf update (FVM + statusline)
This commit is contained in:
parent
4e7b54b2df
commit
7acf33fbb6
1 changed files with 10 additions and 2 deletions
|
@ -1,7 +1,15 @@
|
||||||
local function init()
|
local function init()
|
||||||
require('flutter-tools').setup()
|
require('flutter-tools').setup {
|
||||||
|
decorations = {
|
||||||
|
statusline = {
|
||||||
|
app_version = true,
|
||||||
|
device = true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
fvm = true
|
||||||
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
return {
|
return {
|
||||||
init = init
|
init = init
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue