akinsho / flutter-tools.nvim

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

feat: implement toggling the dev log #363

Open JordanllHarper opened 5 days ago

JordanllHarper commented 5 days ago

This creates an autocommand for toggling the dev log to appear and disappear. Similar implementation to the outline window.

Also adjusts the default width for creating a new window, something was going wrong with the previous open win command regarding the width, when opening the toggle the second time. Tested and seems okay but might be worth a double check.