diff --git a/.config/nvim/lua/plugins/orgmode.lua b/.config/nvim/lua/plugins/orgmode.lua index c704e96e..641c1033 100644 --- a/.config/nvim/lua/plugins/orgmode.lua +++ b/.config/nvim/lua/plugins/orgmode.lua @@ -31,7 +31,7 @@ return { local Menu = require("org-modern.menu") Menu:new({ window = { - margin = { 1, 10, 1, 10 }, + margin = { 1, 120, 1, 10 }, padding = { 0, 1, 0, 1 }, title_pos = "center", border = "single",