starter/init.lua

4 lines
94 B
Lua
Raw Normal View History

2023-01-07 17:53:23 +08:00
-- bootstrap lazy.nvim, LazyVim and your plugins
2023-01-07 17:20:36 +08:00
require("config.lazy")
2024-05-02 19:11:40 +08:00
require("config.dap")