b0o / incline.nvim

🎈 Floating statuslines for Neovim, winbar alternative
MIT License
759 stars 14 forks source link

Is there any way to have winblend with ``incline.nvim``? #73

Closed evertonse closed 1 month ago

b0o commented 1 month ago

Yes, you can pass winblend as a window option:

require('incline').setup {
  window = {
    options = {
      winblend = 30,
    },
  },
}