MunifTanjim / nui.nvim

UI Component Library for Neovim.
MIT License
1.62k stars 57 forks source link

fix(popup): mimic native 'solid' border #352

Closed MunifTanjim closed 7 months ago

MunifTanjim commented 7 months ago

for previous behavior:

  border = {
    style = { "▛", "▀", "▜", "▐", "▟", "▄", "▙", "▌" },
  },

resolves #351

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.04%. Comparing base (3dc46d7) to head (b657205).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #352 +/- ## ======================================= Coverage 99.04% 99.04% ======================================= Files 20 20 Lines 2735 2735 ======================================= Hits 2709 2709 Misses 26 26 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.