j-hui / fidget.nvim

💫 Extensible UI for Neovim notifications and LSP progress messages.
MIT License
1.95k stars 58 forks source link

Setting workspace title does not respect y_padding. #230

Closed dansdantas closed 5 months ago

dansdantas commented 5 months ago

As title says, if I do set window.notification.y_padding to 1 it moves messages one space up but not for the main(title message?) message. It shows the message right in the statusline.

{
  "j-hui/fidget.nvim",
  opts = {
    notification = {
      window = {
        y_padding = 1,
      },
    },
  },
},

Result:

image
dansdantas commented 5 months ago

You can ignore this. That message is being sent by some conflict with noice.nvim