13 lines
183 B
Lua
13 lines
183 B
Lua
vim.opt.relativenumber = true
|
|
|
|
vim.opt.expandtab = true
|
|
vim.opt.smarttab = true
|
|
|
|
vim.opt.incsearch = true
|
|
|
|
vim.opt.scrolloff = 8
|
|
|
|
vim.opt.colorcolumn = "80"
|
|
|
|
vim.opt.swapfile = false
|