rebelot/heirline.nvim

Confused for implementing statusline configs for `herline.nvim`

Closed this issue · 2 comments

Hello anyone.
I have some issue for implementing statusline option for flutter-tools plugin. This plugin, flutter-tools say like this :

statusline = {
      -- set to true to be able use the 'flutter_tools_decorations.app_version' in your statusline
      -- this will show the current version of the flutter app from the pubspec.yaml file
      app_version = false,
      -- set to true to be able use the 'flutter_tools_decorations.device' in your statusline
      -- this will show the currently running device if an application was started with a specific
      -- device
      device = false,
      -- set to true to be able use the 'flutter_tools_decorations.project_config' in your statusline
      -- this will show the currently selected project configuration
      project_config = false,
    }

My question is how to implementing this section to herline.nvim? I'm using it from AstroNvim. Thanks for reading my issue and sorry My English

It's written in the STATUSLINE DECORATION section inside the :help flutter-tools page, you can follow the guide or use it accordingly.

Solved. I get help from Telegram community