aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-08-14 00:17:50 +0800
committerjdhao <jdhao@hotmail.com>2021-08-14 00:17:50 +0800
commit42d3c49fea1f0daf6aa86ac557e3b1b9a0fcbcbe (patch)
treef640794c844c841b123cc407784bb027fe882012
parent4f9fbc6092db06c9aa922c0783b6205bcb68ec31 (diff)
refactor: change file name
-rw-r--r--core/globals.vim (renamed from core/variables.vim)0
-rw-r--r--init.vim2
2 files changed, 1 insertions, 1 deletions
diff --git a/core/variables.vim b/core/globals.vim
index b1c795f..b1c795f 100644
--- a/core/variables.vim
+++ b/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',