E492: Not an editor command: BlameToggle #56
Unanswered
MarvelousMonkey
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I must be doing something wrong and am wondering if someone can assist me.
I am using the latest LazyVim distribution (12.38.2) on Ubuntu 22.04. I installed the plugin the same as other plugins by creating a new file
lua/plugins/blame.lua
with the contents:return { { "FabijanZulj/blame.nvim" } }
I verified that the plugin is loaded on startup, but when I try to toggle the plugin with
:BlameToggle
, the command is not registered. What am I doing wrong? Thanks.Beta Was this translation helpful? Give feedback.
All reactions