mirror of
https://github.com/junegunn/goyo.vim.git
synced 2025-11-18 08:13:43 -05:00
Created Customization (markdown)
12
Customization.md
Normal file
12
Customization.md
Normal file
@@ -0,0 +1,12 @@
|
||||
## 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