Autoreload is now up globally

This commit is contained in:
2024-09-23 15:34:07 +02:00
parent 7452ee9b06
commit ad4c99c1f8
3 changed files with 1 additions and 1 deletions

View File

@@ -8,7 +8,6 @@ end
-- @short Verify installation of pascal tools or install them.
local function setup_pascal()
local check_ptop = { os.execute("which ptop") }
vim.cmd("set autoread")
-- if return value is 1, get ptop
if check_ptop == 1 then