add condition to merge user custom plugins

This commit is contained in:
siduck 2023-02-17 22:25:31 +05:30 committed by Sidhanth Rathod
parent 6590372791
commit 7b3aefee53
2 changed files with 11 additions and 5 deletions

View file

@ -74,7 +74,9 @@ M.ui = {
},
}
M.plugins = {}
M.plugins = "" -- path i.e "custom.plugins" -> custom/plugins.lua only and not custom/plugins/init.lua!!!!
M.lazy_nvim = {} -- config for lazy.nvim startup options
-- these are default mappings, check core.mappings for table structure
M.mappings = require "core.mappings"