dotfiles/.config/nvim/lua/config/base.lua

7 lines
121 B
Lua
Raw Normal View History

2024-07-18 12:00:39 -04:00
vim.opt.number = true
vim.opt.relativenumber = true
vim.opt.tabstop = 2
vim.opt.shiftwidth = 2
vim.opt.expandtab = true