index — dots-the-third @ d92e4f33ecb931b9e6c0cb31ad605de37e9fd90f

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

nvim: set add tabstop back
crispy-caesus crispy@crispy-caesus.eu
Thu, 02 Apr 2026 17:38:31 +0200
commit

d92e4f33ecb931b9e6c0cb31ad605de37e9fd90f

parent

5e168a2a63a27aff1414fe8b2eb36c15c11b61aa

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

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

@@ -1,5 +1,6 @@

vim.opt.nu = true vim.opt.relativenumber = true +vim.opt.tabstop = 4 vim.opt.softtabstop = 2 vim.opt.shiftwidth = 2 vim.opt.expandtab = true