diff options
| author | jdhao <jdhao@hotmail.com> | 2022-02-03 12:52:30 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2022-02-03 12:52:30 +0800 |
| commit | 61ae7acc14111611dd4d11d88ffc76e437287eb1 (patch) | |
| tree | 2dc6fd7e431d330ff7a7dc44eb01764f17cdad5e /init.vim | |
| parent | d533859af94ffa790ef9a1bb5f8edef71f09f629 (diff) | |
refactor: rename
Diffstat (limited to 'init.vim')
| -rw-r--r-- | init.vim | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,7 +8,7 @@ " Email: jdhao@hotmail.com " Blog: https://jdhao.github.io/ -let g:config_files = [ +let s:core_conf_files = [ \ 'globals.vim', \ 'options.vim', \ 'autocommands.vim', @@ -17,6 +17,6 @@ let g:config_files = [ \ 'themes.vim' \ ] -for s:fname in g:config_files +for s:fname in s:core_conf_files execute printf('source %s/core/%s', stdpath('config'), s:fname) endfor |
