From e799b44d24de54a37e001dabf2ef91b1c3b9d360 Mon Sep 17 00:00:00 2001 From: Veighnsche Date: Wed, 19 Jun 2024 19:51:35 +0200 Subject: [PATCH] commented out the tab hoarder --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 7add8d39..0115483b 100644 --- a/init.lua +++ b/init.lua @@ -109,7 +109,7 @@ vim.opt.shiftwidth = 2 -- Use spaces instead of tabs -- See `:help 'expandtab'` --- vim.opt.expandtab = true +vim.opt.expandtab = true -- Make line numbers default vim.opt.number = true