diff options
| author | jdhao <jdhao@hotmail.com> | 2022-08-28 12:46:15 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-28 12:46:15 +0800 |
| commit | 5dbe643ea2259e8a26f4be4b079759eb89aab75a (patch) | |
| tree | b7440b6f2ecab0f601f13d03a7589dcb0413cb71 /init.lua | |
| parent | 3670a19e51815544437613f0698df0e291be4264 (diff) | |
| parent | b41998828df5fb601c0e068b00e4794f1ec95294 (diff) | |
Merge pull request #81 from jdhao/reorg
refactor a bit
Diffstat (limited to 'init.lua')
| -rw-r--r-- | init.lua | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -21,12 +21,12 @@ if nvim_ver ~= expected_ver then end local core_conf_files = { - "globals.vim", - "options.vim", - "autocommands.vim", - "mappings.vim", - "plugins.vim", - "themes.lua", + "globals.vim", -- some global settings + "options.vim", -- setting options in nvim + "autocommands.vim", -- various autocommands + "mappings.vim", -- all the user-defined mappings + "plugins.vim", -- all the plugins installed and their configurations + "colorschemes.lua", -- colorscheme settings } -- source all the core config files |
