From f6c7eb87f2ce43d21298fb5e9daaf7765843e919 Mon Sep 17 00:00:00 2001 From: iGor milhit Date: Fri, 9 Dec 2022 17:43:50 +0100 Subject: [PATCH] plugins: sets Goyo width when activating to 85 Co-Authored-by: iGor milhit --- init.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.vim b/init.vim index 4af4064..3ffffd5 100644 --- a/init.vim +++ b/init.vim @@ -243,6 +243,8 @@ nnoremap ? :Helptags " ######################################### " ######################################### +let g:goyo_width=85 + " Integrate Limelight into Goyo autocmd! User GoyoEnter Limelight autocmd! User GoyoLeave Limelight!