AutoYADM commit: 2025-01-31 15:45:03

This commit is contained in:
Daniel Fichtinger 2025-01-31 15:45:03 -05:00
parent f259373005
commit 7c3b440623

View file

@ -6,7 +6,7 @@ return {
dependencies = { dependencies = {
{ {
"ficcdaf/org-modern.nvim", "ficcdaf/org-modern.nvim",
dev = true, dev = false,
}, },
}, },
opts = function() opts = function()
@ -31,7 +31,7 @@ return {
local Menu = require("org-modern.menu") local Menu = require("org-modern.menu")
Menu:new({ Menu:new({
window = { window = {
margin = { 1, 120, 1, 10 }, margin = { 1, 10, 1, 10 },
padding = { 0, 1, 0, 1 }, padding = { 0, 1, 0, 1 },
title_pos = "center", title_pos = "center",
border = "single", border = "single",