Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.16 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.16 KB

🎃 denops-shared-server

This is a helper Vim plugin to install/uninstall denops.vim's shared server.

Usage

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.

License

The code follows MIT license written in LICENSE. Contributors need to agree that any modifications sent in this repository follow the license.