mirror of
https://github.com/sadan4/light.config.git
synced 2024-11-16 19:24:38 -05:00
13 lines
258 B
Lua
13 lines
258 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 = 6
|
|
-- eregex.vim
|
|
vim.g.eregex_default_enable = 1
|
|
|