mirror of
https://github.com/junegunn/goyo.vim.git
synced 2025-11-18 16:43:06 -05:00
Updated Customization (markdown)
@@ -21,8 +21,8 @@ function! s:goyo_leave()
|
|||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
autocmd User GoyoEnter call <SID>goyo_enter()
|
autocmd User GoyoEnter nested call <SID>goyo_enter()
|
||||||
autocmd User GoyoLeave call <SID>goyo_leave()
|
autocmd User GoyoLeave nested call <SID>goyo_leave()
|
||||||
```
|
```
|
||||||
|
|
||||||
## Disabling plugins
|
## Disabling plugins
|
||||||
@@ -82,4 +82,4 @@ endfunction
|
|||||||
|
|
||||||
autocmd User GoyoEnter call <SID>goyo_enter()
|
autocmd User GoyoEnter call <SID>goyo_enter()
|
||||||
autocmd User GoyoLeave call <SID>goyo_leave()
|
autocmd User GoyoLeave call <SID>goyo_leave()
|
||||||
```
|
```
|
||||||
Reference in New Issue
Block a user