commented out the tab hoarder

pull/1541/head
Veighnsche 1 year ago
parent d78e6eb421
commit e799b44d24

@ -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

Loading…
Cancel
Save