mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
fix: add variable scope
This commit is contained in:
parent
6ce5714c05
commit
9f028a151e
@ -39,7 +39,7 @@ call plug#begin(g:PLUGIN_HOME)
|
|||||||
" Auto-completion
|
" Auto-completion
|
||||||
Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' }
|
Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' }
|
||||||
|
|
||||||
if executable('clang') && (is_mac || is_linux)
|
if executable('clang') && (g:is_mac || g:is_linux)
|
||||||
Plug 'deoplete-plugins/deoplete-clang'
|
Plug 'deoplete-plugins/deoplete-clang'
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user