mirror of
https://github.com/bgrolleman/dotfiles.git
synced 2026-06-24 22:50:44 +02:00
7 lines
274 B
Lua
7 lines
274 B
Lua
-- Options are automatically loaded before lazy.nvim startup
|
|
-- Default options that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/options.lua
|
|
vim.opt.relativenumber = true
|
|
vim.opt.scrolloff = 8
|
|
vim.opt.wrap = false
|
|
vim.opt.undofile = true
|