dbgx/lldb.nvim

After installation, LL commands are not recognized

Closed this issue · 2 comments

I used Vundle to install this plugin, but LLsession is not recognized as an editor command when I open a cpp file that I compiled as part of clang++ -std=c++14 -Wall -Wextra -pedantic -g -glldb *.cpp

Running :command shows that no LL commands are registered. Is this plugin not compatible with Vundle?

Edit: Forgot to mention I am running neovim v0.2.2

Did you run :UpdateRemotePlugins after installation?

Of course not :)