diff options
| author | jdhao <jdhao@hotmail.com> | 2021-08-14 00:17:50 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-08-14 00:17:50 +0800 |
| commit | 42d3c49fea1f0daf6aa86ac557e3b1b9a0fcbcbe (patch) | |
| tree | f640794c844c841b123cc407784bb027fe882012 | |
| parent | 4f9fbc6092db06c9aa922c0783b6205bcb68ec31 (diff) | |
refactor: change file name
| -rw-r--r-- | core/globals.vim (renamed from core/variables.vim) | 0 | ||||
| -rw-r--r-- | init.vim | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/core/variables.vim b/core/globals.vim index b1c795f..b1c795f 100644 --- a/core/variables.vim +++ b/core/globals.vim @@ -50,7 +50,7 @@ "} "{ Main configurations -let g:config_file_list = ['variables.vim', +let g:config_file_list = ['globals.vim', \ 'options.vim', \ 'autocommands.vim', \ 'mappings.vim', |
