mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-10 07:06:39 -05:00
5 lines
87 B
VimL
5 lines
87 B
VimL
if !exists('g:vimpager')
|
|
let g:vimpager = {}
|
|
endif
|
|
|
|
let g:vimpager.passthrough = 0
|