1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-23 04:31:33 +08:00

fix(task): fix nvim-plug task

This commit is contained in:
Eric Wong 2025-02-15 15:26:48 +08:00
parent 9ae89f8327
commit 7d3c1c9985
No known key found for this signature in database
GPG Key ID: 41BB7053E835C848

View File

@ -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'