Updated Customization (markdown)

Attila Gulyas
2017-10-22 03:11:48 -07:00
parent 8116813c23
commit fcbadf28b7

@@ -85,12 +85,8 @@ autocmd! User GoyoLeave call <SID>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'