aboutsummaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua12
1 files changed, 6 insertions, 6 deletions
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