mrjones2014 / ctrlg

A command line context switcher, written in Rust :crab:
https://crates.io/crates/ctrlg
MIT License
30 stars 1 forks source link

[Bug]: `glow` related settings aren't respected when set in an `include`d config #73

Closed mrjones2014 closed 2 years ago

mrjones2014 commented 2 years ago

Similar Issues

Description

If preview_with_glow or glow_wrap_width are set in a config file that is included from the main config file, those settings aren't respected.

Shell + Version

fish, version 3.3.1-894-g372f03ba2

Minimal Configuration to Reproduce

~/.config/ctrlg/config.yml

include:
  - ~/.config/ctrlg/other.yml

~/.config/ctrlg/other.yml

preview_with_glow: true
glow_wrap_width: 150

Additional Details

No response