put all core stuff in core.init only

This commit is contained in:
siduck
2023-03-09 18:07:58 +05:30
parent 1d04d70417
commit dab9171e64
5 changed files with 69 additions and 67 deletions

View File

@@ -78,6 +78,6 @@ M.plugins = "" -- path i.e "custom.plugins" -> custom/plugins.lua only and not c
M.lazy_nvim = {} -- config for lazy.nvim startup options
-- these are default mappings, check core.mappings for table structure
M.mappings = require "core.mappings"
M.mappings = {}
return M