1
0
Fork 0
mirror of https://github.com/LazyVim/LazyVim.git synced 2025-07-23 20:24:28 +02:00
LazyVim.LazyVim/init.lua

5 lines
102 B
Lua
Raw Normal View History

2022-12-31 10:54:42 +01:00
require("config.options")
require("config.lazy")
require("config.autocmds")
require("config.keymaps")