mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
reformat
This commit is contained in:
parent
647cc833cc
commit
29c8e97338
15
init.vim
15
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user