You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use nvim-tree on the right side, and what happens is that notifier will overlap with it, when it display notifications.
Is it possible to configure the offset from the right edge of the screen?
In lualine I'm doing this to account for the file tree:
In bufferline (which I don't use) they do it this way:
>
offsets = {
{
filetype = "NvimTree",
text = "File Explorer",
highlight = "Directory"
separator = true -- use a "true" to enable the default, or set your own character
}
}
<
The `filetype` is used to check whether a particular window is a match, the
`text` is *optional* and will show above the window if specified.
I like this approach.
WDYT?
The text was updated successfully, but these errors were encountered:
I use nvim-tree on the right side, and what happens is that
notifier
will overlap with it, when it display notifications.Is it possible to configure the offset from the right edge of the screen?
lualine
I'm doing this to account for the file tree:bufferline
(which I don't use) they do it this way:I like this approach.
WDYT?
The text was updated successfully, but these errors were encountered: