load custom/init.lua at last | fix (#694)
This commit is contained in:
parent
0a546e4720
commit
799432e99e
1 changed files with 3 additions and 3 deletions
6
init.lua
6
init.lua
|
@ -1,6 +1,3 @@
|
|||
-- try to call custom init
|
||||
pcall(require, "custom")
|
||||
|
||||
local core_modules = {
|
||||
"core.options",
|
||||
"core.autocmds",
|
||||
|
@ -16,3 +13,6 @@ end
|
|||
|
||||
-- non plugin mappings
|
||||
require("core.mappings").misc()
|
||||
|
||||
-- try to call custom init
|
||||
pcall(require, "custom")
|
||||
|
|
Loading…
Reference in a new issue