mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
rename
This commit is contained in:
parent
f1ab285f11
commit
841429da33
4
init.vim
4
init.vim
@ -11,7 +11,7 @@
|
|||||||
"}
|
"}
|
||||||
|
|
||||||
"{ Main configurations
|
"{ Main configurations
|
||||||
let g:config_file_list = [
|
let g:config_files = [
|
||||||
\ 'globals.vim',
|
\ 'globals.vim',
|
||||||
\ 'options.vim',
|
\ 'options.vim',
|
||||||
\ 'autocommands.vim',
|
\ 'autocommands.vim',
|
||||||
@ -20,7 +20,7 @@ let g:config_file_list = [
|
|||||||
\ 'themes.vim'
|
\ '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)
|
execute printf('source %s/core/%s', stdpath('config'), s:fname)
|
||||||
endfor
|
endfor
|
||||||
"}
|
"}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user