diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-09-28 20:48:12 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-09-28 20:48:12 +0900 |
| commit | 71b2ae14a8104aa7c82115eb92b7dcc903d6f63c (patch) | |
| tree | 3a2f87758cad5342b8d0ad5a5d13e1e3004e86b0 | |
| parent | d1441abf45f4cf4c37f772bcf4e1f71f20e4f071 (diff) | |
modified plugins/goyo.lua
| -rw-r--r-- | mac/.config/TheSiahxyz/lua/TheSiahxyz/plugins/goyo.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
