diff options
| author | jdhao <jdhao@hotmail.com> | 2020-10-31 01:13:09 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2020-10-31 01:13:09 +0800 |
| commit | d0827ae776a83cddb30a4e7dada8d9f491cde334 (patch) | |
| tree | 9c4c39037c9e1288ceaa87a49c604c3bc7e28e94 | |
| parent | bbceffe9cf7d806503930b82b0ac987d0fd9c0bd (diff) | |
move custom settings to core/ directory
| -rw-r--r-- | core/autocommands.vim (renamed from autocommands.vim) | 0 | ||||
| -rw-r--r-- | core/mappings.vim (renamed from mappings.vim) | 0 | ||||
| -rw-r--r-- | core/options.vim (renamed from options.vim) | 0 | ||||
| -rw-r--r-- | core/plugins.vim (renamed from plugins.vim) | 0 | ||||
| -rw-r--r-- | core/ui.vim (renamed from ui.vim) | 0 | ||||
| -rw-r--r-- | core/variables.vim (renamed from variables.vim) | 0 | ||||
| -rw-r--r-- | init.vim | 2 |
7 files changed, 1 insertions, 1 deletions
diff --git a/autocommands.vim b/core/autocommands.vim index a64770d..a64770d 100644 --- a/autocommands.vim +++ b/core/autocommands.vim diff --git a/mappings.vim b/core/mappings.vim index 26bb3f3..26bb3f3 100644 --- a/mappings.vim +++ b/core/mappings.vim diff --git a/options.vim b/core/options.vim index 9b8dda1..9b8dda1 100644 --- a/options.vim +++ b/core/options.vim diff --git a/plugins.vim b/core/plugins.vim index eabda6f..eabda6f 100644 --- a/plugins.vim +++ b/core/plugins.vim diff --git a/variables.vim b/core/variables.vim index 9625609..9625609 100644 --- a/variables.vim +++ b/core/variables.vim @@ -60,6 +60,6 @@ let g:config_file_list = ['variables.vim', let g:nvim_config_root = expand('<sfile>:p:h') for s:fname in g:config_file_list - execute printf('source %s/%s', g:nvim_config_root, s:fname) + execute printf('source %s/core/%s', g:nvim_config_root, s:fname) endfor "} |
