Watch
1
0
Fork
You've already forked dotfiles
0

nvim: Set markdown text width to 120

This commit is contained in:
Olli 2026-05-15 15:08:19 +02:00
commit b9d2affa08

View file

@ -1,4 +1,4 @@
vim.opt.spell = true
vim.opt.spelllang = "en_us"
vim.opt.colorcolumn = "80"
vim.opt.textwidth = 80
vim.opt.colorcolumn = "120"
vim.opt.textwidth = 120