diff options
| author | jdhao <jdhao@hotmail.com> | 2020-09-26 09:15:40 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2020-09-26 09:15:40 +0800 |
| commit | b65c7c6d702ba0371e917066b55a58cf14f2d1bb (patch) | |
| tree | 801a9cab3e33120ee8a7781c1ccb28522b59b269 /init.vim | |
| parent | c248ab02d40249479ca5c0f75ae580e5f2074239 (diff) | |
change vim script style from 4-space indent to 2-space
Diffstat (limited to 'init.vim')
| -rw-r--r-- | init.vim | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -57,15 +57,15 @@ let g:is_mac = has('macunix') let g:nvim_config_root = expand('<sfile>:p:h') let g:config_file_list = ['variables.vim', - \ 'options.vim', - \ 'autocommands.vim', - \ 'mappings.vim', - \ 'plugins.vim', - \ 'ui.vim' - \ ] + \ 'options.vim', + \ 'autocommands.vim', + \ 'mappings.vim', + \ 'plugins.vim', + \ 'ui.vim' + \ ] for s:fname in g:config_file_list - execute 'source ' . g:nvim_config_root . '/' . s:fname + execute 'source ' . g:nvim_config_root . '/' . s:fname endfor "} |
