From 1e8baa29866a487951dbd36f813eae4b1eedd730 Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L de Mello" Date: Thu, 24 Jul 2025 07:09:37 -0300 Subject: [PATCH] feat(integrations): use local activitywatch server --- lua/dot013/plugins/integrations.lua | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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 } }