put all core stuff in core.init only
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user