akinsho / flutter-tools.nvim

Tools to help create flutter apps in neovim using the native lsp
MIT License
935 stars 75 forks source link

Configuring the color of widget lines #307

Closed paulkre closed 7 months ago

paulkre commented 7 months ago

Is it possible to set the color of the widget lines?

akinsho commented 7 months ago

@paulkre there is highlight group available for this that you can override in your config. I believe this is documented somewhere in the README. I don't recall off the top of my head unfortunately