vim-lldb
vim-lldb copied to clipboard
Improve error handling
This moves the lldb importing above all the command mapping so if importing fails we don't register any commands that wouldn't actually work. In the case of things that were done with autocommands not doing this resulted in infinite errors as you used vim.
Partially taken from https://github.com/lldb-tools/vim-lldb/pull/1