-
-
Notifications
You must be signed in to change notification settings - Fork 448
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
System-wide nvchad for 2.5 #24
Comments
Adding in lua/configs/lazy.lua: performance = {
rtp = {
+ reset = false,
disabled_plugins = { is a workaround, but I see
But it seems it works |
no idea about this, do other nvim configs work? |
Yes, By now everything works but some part(s?) of the theme, e.g. the toggle:
|
chadrc is a must for using nvchad |
Yes,yes, I know it, and in fact is used /etc/xdg/nvim/NvChad_starter/lua/chadrc.lua , but it seems that settings are only read just the first time, as it lets me set the theme for example. |
Just to note, that adding /root/.config/nvim/lua/chadrc.lua makes it working as it should. But it will be great to let define it system-wide and read the settings from /etc/xdg/nvim/NvChad_starter/lua/chadrc.lua . Maybe too adapted to my use case... |
/etc/xdg/nvim/lua/chadrc.lua that should be the real path, the starter repo is basically ~/.config/nvim i.e a nvim config |
Despite this in /etc/xdg/nvim/sysinit.vim ? :
|
i honestly have no idea about this xdg stuff, you should ask in our discord server, someone might help! |
It seems that some other people are having issues with lazy and global config:folke/lazy.nvim#636 . My last major issue was the python provider (I need this for plugin vdebug) that only runs ok the first time. So I think that the issue comes from lazy, and so is not in your field. Anyway I've switched to nvim-dap and everything runs fine. Thank's ! |
for python provider check NvChad/NvChad#1417 |
These lines are there, and checkhealth shows everything fine. In fact, as said before, it works fine the first time that nvim is run (when no ~/.config/nvim ~/.cache/nvim or ~/.local/share/nvim exists yet). |
In previous 2.0 I could install nvchad systemwide. to benefit of shared initial configs, mappings... for many users. But I am having troubles with 2.5. Maybe I am lazy, but do you have any idea about how can I get it working again.
I get:
the tree of /etc/xdg/nvim is:
sysinit.vim is:
The text was updated successfully, but these errors were encountered: