Trying to install NvChad as a plugin. Can't resolve configs directory. #1772
JMartinCollins
started this conversation in
General
Replies: 1 comment
-
I am unsure if the behavior you want it possible but check out this https://lazy.folke.io/usage/structuring#%EF%B8%8F-importing-specs-config--opts. Maybe also look at NVIM_APPNAME to maintain multiple configs |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm having difficulty getting the Lazy plugin to resolve the configs location of NvChad. Here is my plugin file contents:
}
The error is as follows:
NvChad is successfully installed from the github repo and I can see it in
stdpath('data')/lazy
as a folder calledNvChad
. It has a folder calledlua/nvchad/configs
.the reason I'd like to install NvChad this way is because I'd like to be able to multiplex my preconfigured nvims and try out a few different ones.
Beta Was this translation helpful? Give feedback.
All reactions