feat(integrations): use local activitywatch server

This commit is contained in:
Guz
2025-07-24 07:09:37 -03:00
parent f7b371dfd4
commit 1e8baa2986

View File

@@ -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
}
}