8 lines
190 B
Lua
8 lines
190 B
Lua
vim.opt_local.shiftwidth = 2
|
|
vim.opt_local.tabstop = 2
|
|
vim.opt_local.listchars = vim.o.listchars .. ",leadmultispace:│ "
|
|
|
|
vim.opt_local.spell = true
|
|
|
|
vim.opt_local.textwidth = 79
|