localcfg/plugins/vim_vebugger.vim

Don’t limit ourselves to plain ASCII encoding:

scriptencoding utf-8

Enforce vim script implementation to reduce ambiguities and improve robustness:

scriptversion 4

Configure symbols:

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

Use python3 as default Python interpreter:

const g:vebugger_path_python_lldb = 'python3'