Nils Boysen
Nils Boysen
FYI I use these changes to vim-vebugger/autoload/vebugger.vim to see what nodejs does: ```viml "Close the terminal buffer function! s:f_debugger.closeTerminalBuffer() dict return if has_key(self,'terminalBuffer') ``` ```viml "Create a debugger and set...
FYI - Alternative extension: https://extensions.gnome.org/extension/4655/date-menu-formatter/
FYI - Autocommand to fix the colors (also disable line wrap) in the vebugger terminal window. ```viml augroup MyVebuggerAugroupSetupTerminalWindow autocmd! autocmd FileType VebuggerTerminal :AnsiEsc autocmd FileType VebuggerTerminal :setlocal nowrap augroup...