From 29c8e9733816182758a6e01a56205f084c7066d4 Mon Sep 17 00:00:00 2001 From: jdhao Date: Fri, 22 Oct 2021 23:10:09 +0800 Subject: [PATCH] reformat --- init.vim | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/init.vim b/init.vim index 0af2cfa..55b597f 100644 --- a/init.vim +++ b/init.vim @@ -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(':p:h') for s:fname in g:config_file_list