From 73bd780263326213a21f65ce9fb337b1b9de534d Mon Sep 17 00:00:00 2001 From: Charles Danesi Date: Sun, 1 Dec 2024 10:12:14 -0500 Subject: [PATCH] chore: update comment details --- .config/nvim/lua/plugins/zen-mode.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/nvim/lua/plugins/zen-mode.lua b/.config/nvim/lua/plugins/zen-mode.lua index 3bfb887..c676bad 100644 --- a/.config/nvim/lua/plugins/zen-mode.lua +++ b/.config/nvim/lua/plugins/zen-mode.lua @@ -21,9 +21,10 @@ return { }, kitty = { -- INFO: not working in tmux sessions + -- unable to get $KITTY_LISTEN_ON to update on attach enabled = true, font = '+4', }, }, }, -} +} \ No newline at end of file