From fcbadf28b776ba79f739d9b0c8b327f9789d799f Mon Sep 17 00:00:00 2001 From: Attila Gulyas Date: Sun, 22 Oct 2017 03:11:48 -0700 Subject: [PATCH] Updated Customization (markdown) --- Customization.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Customization.md b/Customization.md index ab53086..a265f71 100644 --- a/Customization.md +++ b/Customization.md @@ -85,12 +85,8 @@ autocmd! User GoyoLeave call goyo_leave() ``` ## Setup to use it together with UndoTree -(From [stackexchange](https://vi.stackexchange.com/questions/13993/what-is-a-working-setup-to-use-vim-plugins-undotree-and-goyo-together) answer) +UndoTree layouts use absolute positioning commands by default (topleft,botright) but it can be configured to accept custom ones. ([stackexchange](https://vi.stackexchange.com/questions/13993/what-is-a-working-setup-to-use-vim-plugins-undotree-and-goyo-together)) ```vim -UndoTree layouts use absolute positioning commands by default (topleft,botright) but it can be configured to accept custom ones. - -My .vimrc setup: - " === UndoTree " using relative positioning instead let g:undotree_CustomUndotreeCmd = 'vertical 32 new'