feat(integrations): use local activitywatch server
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user