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
|
"{ Main configurations
|
||||||
let g:config_file_list = ['globals.vim',
|
let g:config_file_list = [
|
||||||
\ 'options.vim',
|
\ 'globals.vim',
|
||||||
\ 'autocommands.vim',
|
\ 'options.vim',
|
||||||
\ 'mappings.vim',
|
\ 'autocommands.vim',
|
||||||
\ 'plugins.vim',
|
\ 'mappings.vim',
|
||||||
\ 'themes.vim'
|
\ 'plugins.vim',
|
||||||
\ ]
|
\ 'themes.vim'
|
||||||
|
\ ]
|
||||||
|
|
||||||
let g:nvim_config_root = expand('<sfile>:p:h')
|
let g:nvim_config_root = expand('<sfile>:p:h')
|
||||||
for s:fname in g:config_file_list
|
for s:fname in g:config_file_list
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user