vim-lldb
vim-lldb copied to clipboard
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...
If vim / neovim is installed via brew, it uses python installed from brew, which fails to import lldb from Xcode 12. Example failure: ``` % /usr/local/Cellar/[email protected]/3.8.5/bin/python3 Python 3.8.5 (default,...
* updating README * install notes, lldb help commands, configuration * using pyx to support python/python3 * removing pathogen dependency * updating error messages to use pyx * fixing path...