nvim-notify icon indicating copy to clipboard operation
nvim-notify copied to clipboard

[Feature Request] Ability to set notification position offset

Open protiumx opened this issue 2 years ago • 1 comments

Summary

A configuration could look like

require('notify').setup({
  offset = { x = 0, y = -1 }
})

it should affect the render like position_x = row + offset.y.

Usage

This will help users to move the notifications so that they don't shadow parts of the status line

protiumx avatar Nov 22 '23 03:11 protiumx

+1 for this, is there any way we can achieve an offset with an on_open function or a custom renderer?

samhed avatar Jan 08 '24 15:01 samhed