commented out the tab hoarder

This commit is contained in:
Veighnsche 2024-06-19 19:51:35 +02:00
parent d78e6eb421
commit e799b44d24
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ vim.opt.shiftwidth = 2
-- Use spaces instead of tabs -- Use spaces instead of tabs
-- See `:help 'expandtab'` -- See `:help 'expandtab'`
-- vim.opt.expandtab = true vim.opt.expandtab = true
-- Make line numbers default -- Make line numbers default
vim.opt.number = true vim.opt.number = true