deleted some themes

This commit is contained in:
Tawfeeq 2025-02-05 23:58:33 +01:00
parent 8d05a545d1
commit ed9ef123c1
21 changed files with 53 additions and 74 deletions

View file

@ -102,7 +102,7 @@ return {
executable = {
command = 'node',
-- Update the path below to point to your `dapDebugServer.js`
args = { '/home/tawfeeq/.config/nvim/.debuggers/vscode-js-debug/js-debug/src/dapDebugServer.js', '${port}' },
args = { '/home/tawfeeq/.config/nvim/debuggers/vscode-js-debug/js-debug/src/dapDebugServer.js', '${port}' },
},
}