Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

External plugins are not loaded #33

Open
amsynist opened this issue Jan 25, 2024 · 1 comment
Open

External plugins are not loaded #33

amsynist opened this issue Jan 25, 2024 · 1 comment

Comments

@amsynist
Copy link

I attempted to integrate additional plugins, namely noice.nvim, barbecure.nvim, and mini.nvim. I included them at the end of the custom/plugins.lua file. Although the plugins were successfully downloaded after restarting Neovim, I encountered issues. The anticipated notifications from noice, breadcrumbs from barbecure, and various features from mini, expected to be available immediately post-installation, are conspicuously absent.

The screenshots illustrate the absence of notifications and features that should be visible right after installation.

Screenshot 2024-01-25 at 8 08 00 PM Screenshot 2024-01-25 at 8 10 39 PM

The plugins were added in the manner depicted in the images, both in the custom/plugins.lua file and in the default plugins file.

Screenshot 2024-01-25 at 8 11 45 PM

However, despite successful installation of the plugins, the anticipated functionalities, such as the :Barbecue command from barbecure, remain unavailable. This is particularly perplexing as per the documentation, it should work seamlessly with the default nvChad configuration.

@orhnk
Copy link
Owner

orhnk commented Jan 28, 2024

Vimacs loads your plugins lazily which is opted for performance.

What you're doing doesn't give any information about a "hook" that tells vimacs how to load your plugin.

You should refer to lazy.nvim docs or look at the prior code that I've written.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants