mirror of
https://github.com/sadan4/nvim.git
synced 2025-01-31 01:23:42 -05:00
9 lines
210 B
Lua
9 lines
210 B
Lua
vim.opt.rnu = true
|
|
vim.opt.expandtab = true
|
|
vim.opt.tabstop = 4
|
|
vim.opt.smarttab = true
|
|
vim.opt.shiftround = true
|
|
vim.opt.shiftwidth = 4
|
|
vim.opt.smartcase = true
|
|
vim.opt.ignorecase = true
|
|
vim.opt.scrolloff = 4
|