1

Remove debug reload

This commit is contained in:
Alex Yatskov 2024-12-30 20:43:00 -08:00
parent 5fa76a6522
commit f3e96f3275

View File

@ -8,7 +8,6 @@ if not vim.g.argonaut_loaded then
end end
local function argonaut_reflow() local function argonaut_reflow()
argonaut_reload()
require('argonaut').reflow() require('argonaut').reflow()
end end