starter/init.lua
2025-09-17 16:10:40 +03:00

3 lines
92 B
Lua

-- bootstrap lazy.nvim, LazyVim and your plugins
require("config.lazy")
vim.opt.wrap = true