aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-10-23 20:36:16 +0800
committerjdhao <jdhao@hotmail.com>2021-10-23 20:36:16 +0800
commit841429da331e3be7d5fd7f14c2b8f20e15407e5b (patch)
tree275969b2f5fdef90886859e407e80078b32a9c3e
parentf1ab285f11736d8e00a3ecbe7b1837abb2df0c1b (diff)
rename
-rw-r--r--init.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.vim b/init.vim
index 44a11e7..834e26a 100644
--- a/init.vim
+++ b/init.vim
@@ -11,7 +11,7 @@
"}
"{ Main configurations
-let g:config_file_list = [
+let g:config_files = [
\ 'globals.vim',
\ 'options.vim',
\ 'autocommands.vim',
@@ -20,7 +20,7 @@ let g:config_file_list = [
\ 'themes.vim'
\ ]
-for s:fname in g:config_file_list
+for s:fname in g:config_files
execute printf('source %s/core/%s', stdpath('config'), s:fname)
endfor
"}