1

Remove debug reload

This commit is contained in:
Alex Yatskov 2024-04-26 21:03:57 -07:00
parent 1f053a0dfb
commit bbb57ff024

View File

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