diff options
| author | jdhao <jdhao@hotmail.com> | 2020-10-31 01:13:09 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2020-10-31 01:13:09 +0800 |
| commit | d0827ae776a83cddb30a4e7dada8d9f491cde334 (patch) | |
| tree | 9c4c39037c9e1288ceaa87a49c604c3bc7e28e94 /init.vim | |
| parent | bbceffe9cf7d806503930b82b0ac987d0fd9c0bd (diff) | |
move custom settings to core/ directory
Diffstat (limited to 'init.vim')
| -rw-r--r-- | init.vim | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,6 +60,6 @@ let g:config_file_list = ['variables.vim', let g:nvim_config_root = expand('<sfile>:p:h') for s:fname in g:config_file_list - execute printf('source %s/%s', g:nvim_config_root, s:fname) + execute printf('source %s/core/%s', g:nvim_config_root, s:fname) endfor "} |
