From b41998828df5fb601c0e068b00e4794f1ec95294 Mon Sep 17 00:00:00 2001 From: jdhao Date: Sun, 28 Aug 2022 12:43:50 +0800 Subject: refactor a bit 1. change theme to colorscheme 2. update plugin load logic --- init.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 3d95fd4..9299a2d 100644 --- a/init.lua +++ b/init.lua @@ -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 -- cgit v1.2.3