Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 393 Bytes

vim_vebugger.rst

File metadata and controls

15 lines (9 loc) · 393 Bytes

localcfg/plugins/vim_vebugger.vim

Configure symbols:

const g:vebugger_breakpoint_text = '⇒'
const g:vebugger_currentline_text = '●'

Use :command:`python3` as default Python interpreter:

const g:vebugger_path_python_lldb = 'python3'