-
Notifications
You must be signed in to change notification settings - Fork 115
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
Using plugin without Vim package managers #182
Comments
hard to say without seeing the rest of your config. the |
I think it's something how I configure vim plugins using Nix. I have contacted maintainers of this package manager for additional help at nix-community/home-manager#3683 I will update here once how to use your plugin with Nix package manager. This could be a good resource for Nix users. |
I can confirm that plugin works with Packer correctly. So it's something related to how I setup Neovim using Closing this issue. Thank you for support 🚀 |
Hello.
I have problem using some of the plugins similar to this. I'm configuring my work environment using Nix Package manager. In the README.md , it is stated how to use it with Lazy.nvim or Packer.
I installed this plugin using Nix, and sourced to see that requires are working.
This is my Lua script for this plugin:
I want to show dashboard on startup, but I don't see it. If I run
:Alpha
, the dashboard is show. Even if I simplify Lua script for this (withoutVimEnter
), it still doesn't work. Any help ?The text was updated successfully, but these errors were encountered: