-
Hi, I managed to use vim-plug to install it but I don't understand it well enough to be able to start the plugin in lua configuration. Can you please provide me a small snippet to be used to launch this with vim-plug? Thanks you. |
Beta Was this translation helpful? Give feedback.
Answered by
parakhm95
Aug 8, 2023
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
parakhm95
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
require'alpha'.setup( require'alpha.themes.startify'.config, require'nvim-web-devicons'.setup() )
seems to work!