You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 14, 2024. It is now read-only.
I'm looking for a way to troubleshoot a basic problem. Neovim doesn't seem to know any of LL commands. When trying to call :LLsession, for example, I get 'not an editor command'. I use vim-plug and it seems to source lldb.nvim. I have a python 2 client installed and I can use other python 2 plugins like clang_complete without any issue. The lldb plugin is up to date. I have added an echo to the main plugin vim file after initial check and I can see it when neovim starts.
What can be done to further troubleshoot this issue?
I'm looking for a way to troubleshoot a basic problem. Neovim doesn't seem to know any of LL commands. When trying to call :LLsession, for example, I get 'not an editor command'. I use vim-plug and it seems to source lldb.nvim. I have a python 2 client installed and I can use other python 2 plugins like clang_complete without any issue. The lldb plugin is up to date. I have added an echo to the main plugin vim file after initial check and I can see it when neovim starts.
What can be done to further troubleshoot this issue?