rebelot / heirline.nvim

Heirline.nvim is a no-nonsense Neovim Statusline plugin designed around recursive inheritance to be exceptionally fast and versatile.
MIT License
968 stars 38 forks source link

Confused for implementing statusline configs for `herline.nvim` #180

Closed Anifyuli closed 6 months ago

Anifyuli commented 6 months ago

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

naptr commented 6 months ago

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

Anifyuli commented 6 months ago

Solved. I get help from Telegram community