20250416.1744835274
This commit is contained in:
parent
2ab53d7a93
commit
285a4b58c1
7 changed files with 48 additions and 32 deletions
10
global/.config/nvim/lua/plugins/aw-watcher.lua
Normal file
10
global/.config/nvim/lua/plugins/aw-watcher.lua
Normal file
|
@ -0,0 +1,10 @@
|
|||
return {
|
||||
"lowitea/aw-watcher.nvim",
|
||||
opts = {
|
||||
aw_server = {
|
||||
host = "127.0.0.1",
|
||||
port = 5600,
|
||||
},
|
||||
},
|
||||
lazy = false
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue