From d985564d4cab6107920c415b4a7216fd131f4c42 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 15 Feb 2025 15:20:23 +0800 Subject: [PATCH] test(init): test nvim-plug --- .SpaceVim.d/tasks.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.SpaceVim.d/tasks.toml b/.SpaceVim.d/tasks.toml index 66a21cf64..0d4481165 100644 --- a/.SpaceVim.d/tasks.toml +++ b/.SpaceVim.d/tasks.toml @@ -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'