From 9ae89f83276699848b48eb19e4165fbdf07bd11b Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 15 Feb 2025 15:25:34 +0800 Subject: [PATCH] revert(task): revert last commit --- .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 0d4481165..de277db86 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', 'D:\wsdjeg\nvim-config', 'D:\Scoop\apps\neovim\current\bin\nvim.exe', '-Nu', 'init.lua'] + args = ['-d', 'D:\Users\wsdjeg\.SpaceVim\bundle\nvim-plug', 'D:\Scoop\apps\neovim\current\bin\nvim.exe', '-Nu', 'test/init.lua'] isBackground = true [bundle-nvim-plug.options.env] VIM = 'D:\Scoop\apps\neovim\current\share\nvim'