williamboman / mason.nvim

Portable package manager for Neovim that runs everywhere Neovim runs. Easily install and manage LSP servers, DAP servers, linters, and formatters.
Apache License 2.0
7.93k stars 281 forks source link

feat(ui): remove whitespace in empty lines #1597

Closed WillLillis closed 10 months ago

WillLillis commented 10 months ago

This PR prevents indentation from being added to blank lines in the UI, which in turn allows the user to move between sections using the } keybind. Here's an example gif:

mason_whitespace

Closes #1529