-
-
Notifications
You must be signed in to change notification settings - Fork 266
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
Example in README.md: Lightline.vim could not load colorscheme gruvbox. (While running without sudo
)
#1934
Comments
This is probably related to how home-manager sets up your environment, I'm not 100% sure ottomh. Usually, As for lightline, that's strange. We'll have to investigate as it looks like something is broken either upstream in the plugin or in our modules. |
it is rather in my config, i will post the whole thing here soon, i need to fix some issues now. |
@MattSturgeon I would look for some issues with the permissions of the user/sudo This is a very new config and that is probably why it does not work yet. I probably will abandon nixvim but I am willing to help debug this issue. |
I don't see any obvious issues in your config. I suspect this is an issue on our end. I've not used lightline myself, but my config with lualine seems to be working ok with catppuccin. |
manually adding gruvbox under extraPlugins worked for me:
|
This seems to be the same issue as this discussion, see my response there: #1575 (reply in thread) tl;dr, since 871e331 our gruvbox module installs |
hey if there is any help needed from me, let me know, maybe this issue is ready for close? |
@GaetanLepage is our gruvbox maintainer while our lightline module has been largely untouched since it was added 4 years ago. The nixvim/plugins/statuslines/lightline.nix Lines 19 to 24 in e48ce78
However I'm not 100% sure if the gruvbox module sets the
Regardless of how well lightline and gruvbox integrate, if the example in the README is broken this is still a valid issue. |
#2078 didn't address the README example, so I'll re-open this. |
Lightline
24.05
24.05
Description
Minimal, Reproducible Example (MRE)
When commenting the line with
lightline
I see gruvbox when usingnvim
withoutsudo
but I don't when using it withsudo
Also in repositories I have access to, the gruvbox colorscheme is applying with both
sudo
andnon-sudo
nvim
command. However the error with lightline still appears onnon-sudo
nvim
commandis there an explanation?
The text was updated successfully, but these errors were encountered: