index — dots-the-third @ 8e9ca1a08ed8fa7e93a06ed63ff825307d6d0149

I don't need nix, I have a way worse solution!

nvim: tw 80 -> 79
crispy-caesus crispy@crispy-caesus.eu
Tue, 10 Mar 2026 23:09:11 +0100
commit

8e9ca1a08ed8fa7e93a06ed63ff825307d6d0149

parent

4b10fc5d570b8b146548311206f8bc1bc8b70fe1

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M nvim/.config/nvim/lua/crispy/set.luanvim/.config/nvim/lua/crispy/set.lua

@@ -22,7 +22,7 @@ vim.opt.signcolumn = "yes"

vim.opt.updatetime = 50 -vim.opt.tw = 80 +vim.opt.tw = 79 vim.opt.colorcolumn = "80" vim.opt.formatoptions = aw2tq