Skip to content

I want to add lunarVim to the install process and I don't know if I'm doing it right? #17

Answered by axonasif
marcograhl asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @marcograhl

If you run the command in the following manner, it should work

https://github.com/axonasif/dotfiles-sh/blob/5cd761f52d67f9fb940210f432eb9b04066cf630/src/install/neovim.sh#L13

Instead of this command here on your fork. Basically, curl can't execute the script for you, you have to pipe it to bash.

As a side note, I also replaced NvChad with LunarVim as it looks like LunarVim creates a wrapper script and does not put itself as the default config for neovim, which is probably good for putting as an example ready-to-use config :)
So that means, if you pull the new changes from here to your fork, it should just work!

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by axonasif
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@marcograhl
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #10 on September 15, 2022 07:28.