noice.nvim icon indicating copy to clipboard operation
noice.nvim copied to clipboard

feat: Add option to hide scrollbar in popupmenu views.

Open augtheo opened this issue 6 months ago • 0 comments

#603 Added the scrollbar option which was only available for certain views, and was not utilized within the popupmenu views. With this fix, popupmenu will honour the scrollbar option as well.

      views = {
        popupmenu = {
          scrollbar = false,
        }
      },

augtheo avatar Jan 01 '24 08:01 augtheo