Updated Customization (markdown)

Junegunn Choi
2014-09-01 01:10:18 -07:00
parent 629fd28b19
commit 87ee7c90b7

@@ -21,8 +21,8 @@ function! s:goyo_leave()
endif
endfunction
autocmd User GoyoEnter call <SID>goyo_enter()
autocmd User GoyoLeave call <SID>goyo_leave()
autocmd User GoyoEnter nested call <SID>goyo_enter()
autocmd User GoyoLeave nested call <SID>goyo_leave()
```
## Disabling plugins