mirror of
https://github.com/arkorty/Neolite.git
synced 2026-03-17 16:51:42 +00:00
9 lines
187 B
Lua
9 lines
187 B
Lua
vim.o.tabstop = 4
|
|
vim.o.shiftwidth = 4
|
|
vim.o.expandtab = true
|
|
vim.o.relativenumber = true
|
|
vim.o.smartindent = true
|
|
vim.o.syntax = "true"
|
|
vim.o.cursorline = true
|
|
vim.o.signcolumn = "auto"
|