fix notify resize
This commit is contained in:
@@ -20,9 +20,9 @@
|
||||
require("mini.notify").setup {
|
||||
window = {
|
||||
config = {
|
||||
row = 1,
|
||||
col = vim.o.columns - 1,
|
||||
anchor = "NE"
|
||||
row = vim.o.lines - 3,
|
||||
col = vim.o.columns - 3,
|
||||
anchor = "SE"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user