diff options
| author | jdhao <jdhao@hotmail.com> | 2021-10-22 23:10:09 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-10-22 23:10:09 +0800 |
| commit | 29c8e9733816182758a6e01a56205f084c7066d4 (patch) | |
| tree | e44387dbffcc84e25d58b8a1773a9eebeb7e5e2f /init.vim | |
| parent | 647cc833cc07131df636b7a6d8238798dad3f096 (diff) | |
reformat
Diffstat (limited to 'init.vim')
| -rw-r--r-- | init.vim | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -11,13 +11,14 @@ "} "{ Main configurations -let g:config_file_list = ['globals.vim', - \ 'options.vim', - \ 'autocommands.vim', - \ 'mappings.vim', - \ 'plugins.vim', - \ 'themes.vim' - \ ] +let g:config_file_list = [ + \ 'globals.vim', + \ 'options.vim', + \ 'autocommands.vim', + \ 'mappings.vim', + \ 'plugins.vim', + \ 'themes.vim' + \ ] let g:nvim_config_root = expand('<sfile>:p:h') for s:fname in g:config_file_list |
