5 lines
93 B
Lua
5 lines
93 B
Lua
vim.o.colorcolumn = "120"
|
|
vim.opt.tabstop = 4
|
|
vim.opt.shiftwidth = 4
|
|
vim.opt.softtabstop = 4
|