fix notification location

This commit is contained in:
2026-03-27 09:11:43 -05:00
parent 144015d3e1
commit 721b168b09
3 changed files with 10 additions and 14 deletions

View File

@@ -20,9 +20,9 @@
require("mini.notify").setup {
window = {
config = {
row = vim.o.lines - 4,
col = vim.o.columns - 4,
anchor = "SE"
row = 1,
col = vim.o.columns - 1,
anchor = "NE"
}
}
}