Replies: 2 comments
-
It'd be helpful to see your actual config to understand what's going on here. Do you have it in a public repo? Or alternatively could you upload the relevant modules and flake.nix files somewhere (GitHub Gists?) and link to them here? Additionally, pasting the actual error printed when you get the option doesn't exist error would be helpful. There might be some hints in the error message that makes this easier for us to figure out. My initial guess is that you either need a |
Beta Was this translation helpful? Give feedback.
-
Honestly, I don't know how I've been able to consistently mess it up somehow without noticing. I tried to reproduce the actual errors, but I noticed I made a typo. When I fixed it, it built correctly. This must mean the several other times I've tried, I've made some similar mistake |
Beta Was this translation helpful? Give feedback.
-
I'm quite new to Nix, so I might be doing something wrong here.
I've seen something along the lines of "Evaluation warning: foo has been renamed to bar", and normally you just change foo for bar and it goes away as you'd expect. But with nixvim warnings:
But when I change
plugins.bufferline.separatorStyle
toplugins.bufferline.settings.options.separator_style
, it says it can't find the option.Similar thing happens with this warning:
If I enable web-devicons it tells me it can't find the option. What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions