.dotfiles/global/.config/nvim/lua/plugins/aw-watcher.lua
2025-04-16 22:27:54 +02:00

10 lines
193 B
Lua

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