nVim/ftplugin/tex.lua
Robert Morrison 0d623139fa fix: Make colorcolumn work properly
Setting `colorcolumn` as a window option breaks any window
that does not need it set.
Use an autocmd to fix this.
2026-04-09 20:25:43 +01:00

3 lines
42 B
Lua

vim.wo.spell = true
vim.bo.textwidth = 80