Mofiqul / vscode.nvim

Neovim/Vim color scheme inspired by Dark+ and Light+ theme in Visual Studio Code
MIT License
692 stars 111 forks source link

Show current line when debugging #165

Closed gepbird closed 7 months ago

gepbird commented 7 months ago

When debugging with nvim-dap, it uses the debugPC highlight to emphasize which line the debugger is at.

before (nvim):

before

after (nvim):

after

dark+ (vscode):

vscode