aboutsummaryrefslogtreecommitdiff
path: root/init.vim
diff options
context:
space:
mode:
Diffstat (limited to 'init.vim')
-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