Replies: 1 comment
-
Changed the plugin settings, from local to installing from repository, and it works. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Switched from packer to Lazy, all plugins loaded from local path, like:
{ dir = "$VIM/plugin/plenary.nvim" },
{ dir = "$VIM/plugin/telescope.nvim" },
Lazy health check OK.
But all the functions and commands in plugins are not available.
For example, I can call lua require('telescope.builtin').oldfiles() to trigger Telescope, but the ":Telescope" command returns E492 error, not an editor command.
Why would this happen, or what info should I provide?
Beta Was this translation helpful? Give feedback.
All reactions