nvim: add plugin, x11nvc: add systemd service
This commit is contained in:
parent
42dcbcea83
commit
e2e7f25ca8
13
etc/systemd/system/x11vnc.service
Normal file
13
etc/systemd/system/x11vnc.service
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=VNC Server for X11
|
||||||
|
Requires=graphical.target
|
||||||
|
After=graphical.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=simple
|
||||||
|
User=kan
|
||||||
|
ExecStart=/usr/bin/x11vnc -noxdamage -rfbauth /home/kan/.vnc/passwd -display :0 -forever
|
||||||
|
Restart=on-failure
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=graphical.target
|
||||||
@ -196,6 +196,9 @@ local plugins = {
|
|||||||
require('neodev').setup()
|
require('neodev').setup()
|
||||||
end
|
end
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
'chaoren/vim-wordmotion',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
'toppair/peek.nvim',
|
'toppair/peek.nvim',
|
||||||
enabled = vim.fn.executable "deno" == 1,
|
enabled = vim.fn.executable "deno" == 1,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user