mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 12:31:04 +00:00
3 lines
92 B
Lua
3 lines
92 B
Lua
-- bootstrap lazy.nvim, LazyVim and your plugins
|
|
require("config.lazy")
|
|
vim.opt.wrap = true
|