1
1
Fork 0
dotfiles/nvim/lua/options.lua
2026-04-03 18:47:46 -06:00

8 lines
186 B
Lua

vim.o.number = true
vim.o.relativenumber = true
vim.o.tabstop = 2
vim.o.shiftwidth = 2
vim.o.expandtab = true
vim.o.smartindent = true
vim.o.cursorline = true
vim.o.termguicolors = true