mirror of
https://github.com/tjdevries/advent-of-nvim.git
synced 2025-12-10 11:21:15 +00:00
6 lines
90 B
Lua
6 lines
90 B
Lua
local set = vim.opt_local
|
|
|
|
set.shiftwidth = 2
|
|
set.number = true
|
|
set.relativenumber = true
|