add condition to merge user custom plugins
This commit is contained in:
parent
6590372791
commit
7b3aefee53
2 changed files with 11 additions and 5 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue