This is a helper Vim plugin to install/uninstall Denops.vim's shared server.
Call denops_shared_server#install() function to install denops-shared-server
on the system like
:call denops_shared_server#install()And uninstall the server with denops_shared_server#uninstall() like
:call denops_shared_server#uninstall()This plugin uses the following methods to install the shared server on the system.
| OS | Method | 
|---|---|
| Windows | System's powershell.exe and runtray-ps | 
| macOS | System's launchctl (launchd) | 
| Linux | System's systemctl (systemd) | 
Note that Windows user requires PowerShell 3.0 (preinstalled since Windows 8). runtray-ps's script file is automatically downloaded.
The code follows MIT license written in LICENSE. Contributors need to agree that any modifications sent in this repository follow the license.