11 lines
245 B
Lua
11 lines
245 B
Lua
-- bootstrap lazy.nvim, LazyVim and your plugins
|
|
require("config.lazy")
|
|
|
|
vim.g.user = "veypi"
|
|
vim.g.email = "i@veypi.com"
|
|
vim.g.license = "MIT"
|
|
vim.g.templates_directory = "~/.config/nvim/templates"
|
|
|
|
vim.opt.wrap = true
|
|
vim.opt.linebreak = true
|