mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-01 03:20:29 +00:00
12 lines
206 B
Desktop File
12 lines
206 B
Desktop File
[Unit]
|
|
Description=Neovim headless server
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/bin/bash --login -c 'nvim --headless --listen %h/.var/nvim.socket'
|
|
Restart=always
|
|
RestartSec=1
|
|
|
|
[Install]
|
|
WantedBy=default.target
|