1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

Add explicit variable scope

This commit is contained in:
jdhao 2020-01-14 11:25:53 +08:00 committed by GitHub
parent ee84bb1f16
commit cb5a0778bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -311,7 +311,7 @@ if g:is_mac || g:is_win
endif
" Debugger plugin
if is_mac || is_linux
if g:is_mac || g:is_linux
Plug 'sakhnik/nvim-gdb', { 'do': ':!./install.sh \| UpdateRemotePlugins' }
endif
call plug#end()