From 71b2ae14a8104aa7c82115eb92b7dcc903d6f63c Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Sun, 28 Sep 2025 20:48:12 +0900 Subject: modified plugins/goyo.lua --- mac/.config/TheSiahxyz/lua/TheSiahxyz/plugins/goyo.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mac/.config/TheSiahxyz/lua/TheSiahxyz/plugins/goyo.lua b/mac/.config/TheSiahxyz/lua/TheSiahxyz/plugins/goyo.lua index b268472..7f3173f 100644 --- a/mac/.config/TheSiahxyz/lua/TheSiahxyz/plugins/goyo.lua +++ b/mac/.config/TheSiahxyz/lua/TheSiahxyz/plugins/goyo.lua @@ -5,7 +5,7 @@ return { -- Enable Goyo by default for mutt writing vim.api.nvim_create_autocmd({ "BufRead", "BufNewFile" }, { group = vim.api.nvim_create_augroup("TheSiahxyz_goyo_config", { clear = true }), - pattern = "/private/var/folders/rz/*/T/neomutt*", + pattern = "/private/var/folders/*/*/*/neomutt*", callback = function() vim.g.goyo_width = 80 vim.g.seoul256_background = 235 -- cgit v1.2.3