diff options
author | pommicket <pommicket@gmail.com> | 2025-09-10 12:11:01 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-10 12:11:40 -0400 |
commit | 930bd7ad340dc61057cd1db1db9d1389aae569a5 (patch) | |
tree | f92de12d81885a7ee80a8fe0e025500551dc84d7 /examples/conf.pom | |
parent | f1767908837d0e6a0da2aa73009ce11de6fb359d (diff) |
More extensive example
Diffstat (limited to 'examples/conf.pom')
-rw-r--r-- | examples/conf.pom | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/examples/conf.pom b/examples/conf.pom index 73ee3f1..fe9fe2f 100644 --- a/examples/conf.pom +++ b/examples/conf.pom @@ -11,10 +11,7 @@ Cpp = .cpp, .h, .hpp path = ~/misc/edit-over-ssh.so enabled = yes -[plug-in.edit-over-ssh.settings] -favourite-host = my-web-server +[plug-in.wrap-text] +path = ~/misc/wrap_text_v3.5.7.so +enabled = no -[plug-in.edit-over-ssh.settings.hosts.my-web-server] -address = example.org -port = 22 -ssh-key = ~/.ssh/id_ed25519 |