Setting `colorcolumn` as a window option breaks any window that does not need it set. Use an autocmd to fix this.
3 lines
42 B
Lua
3 lines
42 B
Lua
vim.wo.spell = true
|
|
vim.bo.textwidth = 80
|