mirror of
https://github.com/junegunn/goyo.vim.git
synced 2025-11-19 00:43:41 -05:00
Updated Customization (markdown)
@@ -85,12 +85,8 @@ autocmd! User GoyoLeave call <SID>goyo_leave()
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Setup to use it together with UndoTree
|
## 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
|
```vim
|
||||||
UndoTree layouts use absolute positioning commands by default (topleft,botright) but it can be configured to accept custom ones.
|
|
||||||
|
|
||||||
My .vimrc setup:
|
|
||||||
|
|
||||||
" === UndoTree
|
" === UndoTree
|
||||||
" using relative positioning instead
|
" using relative positioning instead
|
||||||
let g:undotree_CustomUndotreeCmd = 'vertical 32 new'
|
let g:undotree_CustomUndotreeCmd = 'vertical 32 new'
|
||||||
|
|||||||
Reference in New Issue
Block a user