-
-
Notifications
You must be signed in to change notification settings - Fork 192
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
Could I use PlugInstall in init.vim for this plugin? #430
Comments
yes, by simply doing: Plug 'nvimdev/dashboard-nvim' then: lua << EOF
require'dashboard'.setup{}
EOF after that, close vim and reopen it and run |
it would be nice if someone closed this issue since it's probably solved |
I keep getting an error. can someone explain like im 5 how to get dashboard to work with the hyper theme using nvim plug? Error detected while processing /home/matthewjohnson/.config/nvim/init.vim: |
@MattJohnson2002 #430 (comment) doesn't this work? you also need run the |
I havent setup the lazy yet, could I use only init.vim?
The text was updated successfully, but these errors were encountered: