1dcbe335e1
subrepo: subdir: "dotfiles/.vim/plugged/YouCompleteMe" merged: "99ccab251" upstream: origin: "https://github.com/ycm-core/YouCompleteMe.git" branch: "master" commit: "99ccab251" git-subrepo: version: "0.4.3" origin: "???" commit: "???"
19 lines
451 B
JSON
19 lines
451 B
JSON
{
|
|
"$schema": "https://puremourning.github.io/vimspector/schema/vimspector.schema.json",
|
|
"configurations": {
|
|
"Run vim test": {
|
|
"adapter": "vim-debug-adapter",
|
|
"configuration": {
|
|
"request": "launch",
|
|
"cwd": "${workspaceRoot}",
|
|
"args": [
|
|
"--clean",
|
|
"--not-a-term",
|
|
"-S", "lib/run_test.vim",
|
|
"${TestScriptName}",
|
|
"${TestFunction}"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|