Add tab 4:

This commit is contained in:
Ricardo Montemayor 2025-06-14 13:41:03 -06:00
parent ad36fcce5c
commit 28dd046f4a

View file

@ -1080,3 +1080,6 @@ vim.keymap.set('n', '<leader>m', function()
print '⚠️ No executable found in build/.'
end
end, { desc = '[M]ake & Run' })
vim.bo.tabstop = 4
vim.bo.shiftwidth = 4