Files
dotfiles/.config/nvim/lua/custom/plugins/activity-watch.lua
2025-01-05 14:04:54 +02:00

10 lines
152 B
Lua

return {
'lowitea/aw-watcher.nvim',
opts = {
aw_server = {
host = '127.0.0.1',
port = 5600,
},
},
}