diff options
Diffstat (limited to 'ar/.config/TheSiahxyz/lua/thesiahxyz/init.lua')
| -rw-r--r-- | ar/.config/TheSiahxyz/lua/thesiahxyz/init.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ar/.config/TheSiahxyz/lua/thesiahxyz/init.lua b/ar/.config/TheSiahxyz/lua/thesiahxyz/init.lua index 2a8bc78..f0204cf 100644 --- a/ar/.config/TheSiahxyz/lua/thesiahxyz/init.lua +++ b/ar/.config/TheSiahxyz/lua/thesiahxyz/init.lua @@ -1,7 +1,7 @@ -- Core -require("thesiahxyz.core.autocmds") -require("thesiahxyz.core.keymaps") require("thesiahxyz.core.options") +require("thesiahxyz.core.keymaps") +require("thesiahxyz.core.autocmds") require("thesiahxyz.core.lazy") -- Custom |
