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:
parent
ee84bb1f16
commit
cb5a0778bb
@ -311,7 +311,7 @@ if g:is_mac || g:is_win
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
" Debugger plugin
|
" Debugger plugin
|
||||||
if is_mac || is_linux
|
if g:is_mac || g:is_linux
|
||||||
Plug 'sakhnik/nvim-gdb', { 'do': ':!./install.sh \| UpdateRemotePlugins' }
|
Plug 'sakhnik/nvim-gdb', { 'do': ':!./install.sh \| UpdateRemotePlugins' }
|
||||||
endif
|
endif
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user