starter/init.lua

5 lines
127 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")
2023-11-27 04:25:54 +08:00
require("user.toggleterm")
require("user.csearchpath")