diff --git a/lua/dot013/plugins/integrations.lua b/lua/dot013/plugins/integrations.lua index edc23aa..76e0cb6 100644 --- a/lua/dot013/plugins/integrations.lua +++ b/lua/dot013/plugins/integrations.lua @@ -2,12 +2,7 @@ return { { "aw-watcher.nvim", after = function() - require("aw_watcher").setup({ - aw_server = { - host = "100.69.8.56", - port = 5600, - } - }) + require("aw_watcher").setup({}) end } }