WIP remote nvim
This commit is contained in:
parent
bb75584fa2
commit
8912fed29c
3 changed files with 42 additions and 30 deletions
13
home/.config/systemd/user/nvim-remote-ssh@.service
Normal file
13
home/.config/systemd/user/nvim-remote-ssh@.service
Normal file
|
@ -0,0 +1,13 @@
|
|||
[Unit]
|
||||
Description=Neovim remote SSH socket
|
||||
|
||||
# Pass arguments https://superuser.com/a/1282178
|
||||
[Service]
|
||||
Type=simple
|
||||
Environment="SCRIPT_ARGS=%I"
|
||||
ExecStart=%h/.local/bin/nvim-remote-ssh $SCRIPT_ARGS
|
||||
Restart=on-failure
|
||||
RestartSec=1
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
Loading…
Add table
Add a link
Reference in a new issue