mirror of
https://github.com/denisidoro/navi
synced 2024-11-22 11:33:10 +00:00
19 lines
308 B
YAML
19 lines
308 B
YAML
|
style:
|
||
|
tag:
|
||
|
color: cyan
|
||
|
width_percentage: 26
|
||
|
min_width: 20
|
||
|
comment:
|
||
|
color: yellow
|
||
|
width_percentage: 42
|
||
|
min_width: 45
|
||
|
snippet:
|
||
|
color: white
|
||
|
|
||
|
finder:
|
||
|
command: fzf
|
||
|
|
||
|
shell:
|
||
|
finder_command: bash
|
||
|
command: env BASH_ENV="${NAVI_HOME}/tests/helpers.sh" bash --norc --noprofile
|