mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
hyuga: added required, fix installer for windows.
This commit is contained in:
@@ -55,14 +55,14 @@ rem upgrade pip (windows: use `python -m pip`)
|
||||
rem and install target package
|
||||
echo :"%PYTHON%" -m pip install -U pip
|
||||
"%PYTHON%" -m pip install -U pip
|
||||
echo :"%PYTHON%" -m pip install %2
|
||||
"%PYTHON%" -m pip install %2
|
||||
echo :"%PYTHON%" -m pip install hyuga
|
||||
"%PYTHON%" -m pip install hyuga
|
||||
|
||||
rem exec cmd generate
|
||||
echo :generate %1.cmd
|
||||
echo :generate hyuga.cmd
|
||||
echo @echo off ^
|
||||
|
||||
"%BINPATH%%1" %%* ^
|
||||
"%BINPATH%hyuga" %%* ^
|
||||
|
||||
> %1.cmd
|
||||
type %1.cmd
|
||||
> hyuga.cmd
|
||||
type hyuga.cmd
|
||||
|
||||
@@ -584,7 +584,9 @@
|
||||
"command": "hyuga",
|
||||
"url": "https://github.com/sakuraiyuta/hyuga",
|
||||
"description": "Yet another hy language server",
|
||||
"requires": [],
|
||||
"requires": [
|
||||
"python3"
|
||||
],
|
||||
"root_uri_patterns": [
|
||||
"__pycache__"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user