stevearc / dressing.nvim

Neovim plugin to improve the default vim.ui interfaces
MIT License
1.7k stars 32 forks source link

Clarify setting winhighlight in README #101

Closed jsonc0 closed 1 year ago

jsonc0 commented 1 year ago

The README should be updated to make it clearer on how to set winhightlight (i.e. need to specify it within win_options)

Example

  input = {
    win_options = {
      winhighlight = "FloatBorder:Normal",
    }
  }