Neovim version (nvim -v)
0.10.4
Operating system/version
NixOS
Describe the bug
I'm using nvf to configure my neovim and compiler_play or neotree components for winbar are not showing icons. I suspect this is because i don't have lazy and utils reference lazy to see if the plugin is available. I've tried overriding the condition, but it didn't work.
Steps To Reproduce
- Don't use lazy
- Add neotree component to your winbar (having neotree installed)
Expected Behavior
The icon shows up
Current Behavior
The icon doesn't show up
Minimal init.lua
Not using lazy. https://github.com/BANanaD3V/Lumi/blob/main/config/plugins/ui/heirline.nix this is how i define my heirline config.
More info
Why can't i override condition?
Neovim version (nvim -v)
0.10.4
Operating system/version
NixOS
Describe the bug
I'm using nvf to configure my neovim and compiler_play or neotree components for winbar are not showing icons. I suspect this is because i don't have lazy and utils reference lazy to see if the plugin is available. I've tried overriding the condition, but it didn't work.
Steps To Reproduce
Expected Behavior
The icon shows up
Current Behavior
The icon doesn't show up
Minimal init.lua
More info
Why can't i override condition?