AutoYADM commit: 2025-01-31 15:45:03
This commit is contained in:
parent
f259373005
commit
7c3b440623
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ return {
|
|||
dependencies = {
|
||||
{
|
||||
"ficcdaf/org-modern.nvim",
|
||||
dev = true,
|
||||
dev = false,
|
||||
},
|
||||
},
|
||||
opts = function()
|
||||
|
@ -31,7 +31,7 @@ return {
|
|||
local Menu = require("org-modern.menu")
|
||||
Menu:new({
|
||||
window = {
|
||||
margin = { 1, 120, 1, 10 },
|
||||
margin = { 1, 10, 1, 10 },
|
||||
padding = { 0, 1, 0, 1 },
|
||||
title_pos = "center",
|
||||
border = "single",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue