aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-10-22 23:10:09 +0800
committerjdhao <jdhao@hotmail.com>2021-10-22 23:10:09 +0800
commit29c8e9733816182758a6e01a56205f084c7066d4 (patch)
treee44387dbffcc84e25d58b8a1773a9eebeb7e5e2f
parent647cc833cc07131df636b7a6d8238798dad3f096 (diff)
reformat
-rw-r--r--init.vim15
1 files 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('<sfile>:p:h')
for s:fname in g:config_file_list