mirror of
https://github.com/junegunn/goyo.vim.git
synced 2025-11-18 08:13:43 -05:00
Destroyed Customization (markdown)
@@ -1,14 +0,0 @@
|
|||||||
# Customization
|
|
||||||
|
|
||||||
## Disabling plugins
|
|
||||||
|
|
||||||
### MiniBufExpl
|
|
||||||
|
|
||||||
```vim
|
|
||||||
function! s:goyo_before()
|
|
||||||
MBEClose
|
|
||||||
wincmd w
|
|
||||||
endfunction
|
|
||||||
|
|
||||||
let g:goyo_callbacks = [function('s:goyo_before')]
|
|
||||||
```
|
|
||||||
Reference in New Issue
Block a user