Add nuon format for fun (#4401)

* Add nuon format for fun

* more fun

* More nuon fixes, allow comments, improve errors
This commit is contained in:
JT
2022-02-20 16:26:41 -05:00
committed by GitHub
parent 2ba12afb01
commit fd22211737
10 changed files with 298 additions and 7 deletions

View File

@ -137,7 +137,7 @@ let $config = {
animate_prompt: $false # redraw the prompt every second
float_precision: 2
use_ansi_coloring: $true
filesize_format: "b" # b, kb, kib, mb, mib, gb, gib, tb, tib, pb, pib, eb, eib, zb, zib, auto
filesize_format: "auto" # b, kb, kib, mb, mib, gb, gib, tb, tib, pb, pib, eb, eib, zb, zib, auto
edit_mode: emacs # emacs, vi
max_history_size: 10000
menu_config: {