[go: up one dir, main page]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dap.lua #320

Open
wants to merge 1 commit into
base: v2.5
Choose a base branch
from
Open

Update dap.lua #320

wants to merge 1 commit into from

Conversation

WayneYam
Copy link

Made the highlighting better

Note that, due to the fact that all breakpoint signs uses the "SignColumn" highlight group, the following is needed in config to have the breakpoint highlighting functional.

            vim.fn.sign_define('DapBreakpoint', {text='B', texthl='DapBreakpoint', linehl='', numhl=''})
            vim.fn.sign_define('DapBreakpointCondition', {text='C', texthl='DapBreakpointCondition', linehl='', numhl=''})
            vim.fn.sign_define('DapBreakpointRejected', {text='R', texthl='DapBreakpointRejected', linehl='', numhl=''})
            vim.fn.sign_define('DapLogPoint', {text='L', texthl='DapLogPoint', linehl='', numhl=''})
            vim.fn.sign_define('DapStopped', {text='→', texthl='DapStopped', linehl='', numhl=''})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant