From 42d3c49fea1f0daf6aa86ac557e3b1b9a0fcbcbe Mon Sep 17 00:00:00 2001 From: jdhao Date: Sat, 14 Aug 2021 00:17:50 +0800 Subject: [PATCH] refactor: change file name --- core/{variables.vim => globals.vim} | 0 init.vim | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename core/{variables.vim => globals.vim} (100%) diff --git a/core/variables.vim b/core/globals.vim similarity index 100% rename from core/variables.vim rename to core/globals.vim diff --git a/init.vim b/init.vim index 20f5ed9..14e94df 100644 --- a/init.vim +++ b/init.vim @@ -50,7 +50,7 @@ "} "{ Main configurations -let g:config_file_list = ['variables.vim', +let g:config_file_list = ['globals.vim', \ 'options.vim', \ 'autocommands.vim', \ 'mappings.vim',