@username
を付けます 78 | execute 'source '.g:Vimmic_CONFIG.'editor.vim'
79 |
80 | " basics functions to Update plugins, debug, highlight under cursor...
81 | execute 'source '.g:Vimmic_CONFIG.'functions.vim'
82 |
83 | " Basics colors and theme
84 | execute 'source '.g:Vimmic_CONFIG.'theme.vim'
85 |
86 | " Basics vim shortcuts (editor, completion, navigation, ...)
87 | execute 'source '.g:Vimmic_CONFIG.'shortcuts.vim'
102 | let g:Vimmic_NEED_LOAD = dein#load_state(g:Vimmic_BASE.'dein')
103 | if g:Vimmic_NEED_LOAD