-
Notifications
You must be signed in to change notification settings - Fork 13
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
how to get started question #3
Comments
Hey, sorry for the late reply, was occupied. Yeah, that's how it works. Then you'll only need to change the Regards |
Yo I got it to work with my own config but not with doom-nvim right away. But I think that I am almost there!! I guess my question is: this is the error that i get:
and this is my profiles.lua molleweide = { "~/.config/nvim.config/molleweide", {
plugins = "packer",
preconfigure = "packer",
}
},
doom_nvim = { "~/.config/nvim.config/doom", {
plugins = "packer",
preconfigure = "doom-nvim"
}
},
neovhy = { "~/.config/nvim.config/neovhy", {
plugins = "packer",
preconfigure = "neovhy",
}
}, |
Ahh that's a However you can hack it by modifying this line |
great thanks! brb when i tried it!! |
lol it works this is so cool!! and doom nvim looks pretty dope. this is just so great. |
I would appreciate very much a wiki entry with a minimal configuration to "just make it work". Also its unclear to me, if/how packer still works with this plugin and if I can run multiple independent instances of neovim that use all a different packer path. |
Hi,
have i gotten the concept right here??
~/.config/nvim_configs/personal.nvim
mv config with init.lua
here i can store all my cloned local configs that i want to checkout with cheovim
~/.config/nvim
fork of cheovim project where I store
my various profiles, which means my nvim
directory mostly becomes a list of profiles, right?
eg,
my_config = { "~/.config/nvim_configs/personal", {
The text was updated successfully, but these errors were encountered: