1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-22 21:21:32 +08:00

test(init): test nvim-plug

This commit is contained in:
Eric Wong 2025-02-15 15:20:23 +08:00
parent 3267c9087d
commit d985564d4c
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'
[bundle-nvim-plug]
command = 'wt.exe'
args = ['-d', 'C:\Users\wsdjeg\.SpaceVim\bundle\nvim-plug', 'D:\Scoop\apps\neovim\current\bin\nvim.exe', '-Nu', 'test/init.lua']
args = ['-d', 'D:\wsdjeg\nvim-config', 'D:\Scoop\apps\neovim\current\bin\nvim.exe', '-Nu', 'init.lua']
isBackground = true
[bundle-nvim-plug.options.env]
VIM = 'D:\Scoop\apps\neovim\current\share\nvim'