nvim/init.lua
2025-06-25 17:13:34 +08:00

8 lines
199 B
Lua

-- bootstrap lazy.nvim, LazyVim and your plugins
vim.g.user = "veypi"
vim.g.email = "i@veypi.com"
vim.g.license = "MIT"
vim.g.templates_directory = "~/.config/nvim/templates"
require("config.lazy")