install.fairie/dotfiles/.vim/plugged/YouCompleteMe/test/.vimspector.json

20 lines
451 B
JSON
Raw Normal View History

{
"$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}"
]
}
}
}
}