Open robbpaulsen opened 6 days ago
Thanks for opening your first issue here! In case you're facing a bug, please update navi to the latest version first. Maybe the bug is already solved! :)
To my knowledge I've compiled navi to the latest version 2.23.0, and that's what navi -V
throws me on screen
Compilation versions
Environment Windows 11 WSL2 Debian
I'm having this error:
"Error parsing config file: invalid type: string "/home/user/.config/navi/config.yaml", expected struct YamlConfig Fallbacking to default one..."
What I've done so far without any succes:
cargo install --path .
make && make install
cargo install --locked navi
/home/user/.config/navi/config.yaml
file to a ".yml" extension file/home/user/.config/navi/config.yaml
with different IDE's in case of bad syntax or YAML/YML syntax structure (Nevoim, Vim, Sublime, VS code. BTW None of them changed a thing to the format so format is good, plus I've have not altered the "config.yaml" that thenavi
by default created withnavi info config-example
)This is not the first time I've compiled the tool, and I had no issues before on my old linux environemnt, but it's the first time under Windows WSL2. By any chance is there some extra declarations or arguments to pass to the compiler that I've missed due to WSL2 env? or what could fix the issue?