mirror of
https://github.com/junegunn/goyo.vim.git
synced 2025-11-17 15:53:42 -05:00
@@ -203,7 +203,7 @@ function! s:goyo_on(dim)
|
||||
endif
|
||||
|
||||
" vim-signify
|
||||
let t:goyo_disabled_signify = exists('b:sy') && b:sy.active
|
||||
let t:goyo_disabled_signify = !empty(getbufvar(bufnr(''), 'sy'))
|
||||
if t:goyo_disabled_signify
|
||||
SignifyToggle
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user