mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 17:40:06 +08:00
12 lines
402 B
Bash
Executable File
12 lines
402 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
#=============================================================================
|
|
# SpaceVim client mode
|
|
# Copyright (c) 2016-2020 Wang Shidong & Contributors
|
|
# Author: Shidong Wang < wsdjeg at 163.com >
|
|
# URL: https://spacevim.org
|
|
# License: GPLv3
|
|
#=============================================================================
|
|
|
|
nvr --servername /tmp/spacevim_nvim_server --remote $@
|