Skip to content
1 change: 1 addition & 0 deletions script/plugin.lua
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ end

ws.watch(function (ev, uri)
if ev == 'startReload' then
require 'plugins'
initPlugin(uri)
end
end)
Expand Down
Loading