Skip to content

Commit

Permalink
Add missing heredoc EOF to example in docs (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredtux committed Oct 14, 2021
1 parent 385ede6 commit fafd7f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/dap.txt
Expand Up @@ -242,7 +242,7 @@ You can customize the signs by overriding the definition after you've loaded `da
An example:

>
lua <<
lua << EOF
require('dap')
vim.fn.sign_define('DapBreakpoint', {text='🛑', texthl='', linehl='', numhl=''})
Expand Down

0 comments on commit fafd7f9

Please sign in to comment.