mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-22 21:31:35 +08:00
fix(task): fix nvim-plug task
This commit is contained in:
parent
9ae89f8327
commit
7d3c1c9985
@ -323,7 +323,7 @@
|
|||||||
VIMRUNTIME = 'D:\Scoop\apps\neovim\current\share\nvim\runtime'
|
VIMRUNTIME = 'D:\Scoop\apps\neovim\current\share\nvim\runtime'
|
||||||
[bundle-nvim-plug]
|
[bundle-nvim-plug]
|
||||||
command = 'wt.exe'
|
command = 'wt.exe'
|
||||||
args = ['-d', 'D:\Users\wsdjeg\.SpaceVim\bundle\nvim-plug', 'D:\Scoop\apps\neovim\current\bin\nvim.exe', '-Nu', 'test/init.lua']
|
args = ['-d', 'C:\Users\wsdjeg\.SpaceVim\bundle\nvim-plug', 'D:\Scoop\apps\neovim\current\bin\nvim.exe', '-Nu', 'test/init.lua']
|
||||||
isBackground = true
|
isBackground = true
|
||||||
[bundle-nvim-plug.options.env]
|
[bundle-nvim-plug.options.env]
|
||||||
VIM = 'D:\Scoop\apps\neovim\current\share\nvim'
|
VIM = 'D:\Scoop\apps\neovim\current\share\nvim'
|
||||||
|
Loading…
Reference in New Issue
Block a user