1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-02-18 21:57:41 +00:00

10 lines
191 B
Lua
Raw Normal View History

2022-10-16 12:28:51 +02:00
require("core.options")
require("core.colorscheme")
2022-11-01 18:15:51 +01:00
vim.defer_fn(function()
require("core.keymaps")
require("core.plugins")
require("core.autocommands")
require("core.commands")
end, 0)