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