diff --git a/.config/helix/config.toml b/.config/helix/config.toml index 089f8fac..34f2a005 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -89,6 +89,11 @@ X = "extend_line_above" [keys.normal.space] x = ":bc" +# UI settings and stuff +[keys.normal.space.u] +d = ':toggle inline-diagnostics.cursor-line disable warning' +w = ':toggle soft-wrap.enable' + [keys.select.g] m = "extend_to_line_start" i = "extend_to_line_end" diff --git a/.config/helix/runtime/grammars/cairo.so b/.config/helix/runtime/grammars/cairo.so index 396868be..ed27e4f9 100755 Binary files a/.config/helix/runtime/grammars/cairo.so and b/.config/helix/runtime/grammars/cairo.so differ diff --git a/.config/helix/runtime/grammars/csv.so b/.config/helix/runtime/grammars/csv.so new file mode 100755 index 00000000..9e8e8161 Binary files /dev/null and b/.config/helix/runtime/grammars/csv.so differ diff --git a/.config/helix/runtime/grammars/cue.so b/.config/helix/runtime/grammars/cue.so index 14478a99..9e3627a9 100755 Binary files a/.config/helix/runtime/grammars/cue.so and b/.config/helix/runtime/grammars/cue.so differ diff --git a/.config/helix/runtime/grammars/djot.so b/.config/helix/runtime/grammars/djot.so new file mode 100755 index 00000000..a6a8d288 Binary files /dev/null and b/.config/helix/runtime/grammars/djot.so differ diff --git a/.config/helix/runtime/grammars/elixir.so b/.config/helix/runtime/grammars/elixir.so index c9346de2..d89efb62 100755 Binary files a/.config/helix/runtime/grammars/elixir.so and b/.config/helix/runtime/grammars/elixir.so differ diff --git a/.config/helix/runtime/grammars/fga.so b/.config/helix/runtime/grammars/fga.so new file mode 100755 index 00000000..e09c2427 Binary files /dev/null and b/.config/helix/runtime/grammars/fga.so differ diff --git a/.config/helix/runtime/grammars/fish.so b/.config/helix/runtime/grammars/fish.so index 8aeabb6a..f1675572 100755 Binary files a/.config/helix/runtime/grammars/fish.so and b/.config/helix/runtime/grammars/fish.so differ diff --git a/.config/helix/runtime/grammars/ghostty.so b/.config/helix/runtime/grammars/ghostty.so new file mode 100755 index 00000000..902b75a6 Binary files /dev/null and b/.config/helix/runtime/grammars/ghostty.so differ diff --git a/.config/helix/runtime/grammars/ini.so b/.config/helix/runtime/grammars/ini.so index 679ada38..bbc1fb27 100755 Binary files a/.config/helix/runtime/grammars/ini.so and b/.config/helix/runtime/grammars/ini.so differ diff --git a/.config/helix/runtime/grammars/ink.so b/.config/helix/runtime/grammars/ink.so new file mode 100755 index 00000000..ceb18c1a Binary files /dev/null and b/.config/helix/runtime/grammars/ink.so differ diff --git a/.config/helix/runtime/grammars/julia.so b/.config/helix/runtime/grammars/julia.so index ad1d8b66..9f396564 100755 Binary files a/.config/helix/runtime/grammars/julia.so and b/.config/helix/runtime/grammars/julia.so differ diff --git a/.config/helix/runtime/grammars/just.so b/.config/helix/runtime/grammars/just.so index 6cb83671..cb461cc3 100755 Binary files a/.config/helix/runtime/grammars/just.so and b/.config/helix/runtime/grammars/just.so differ diff --git a/.config/helix/runtime/grammars/ron.so b/.config/helix/runtime/grammars/ron.so index b42c00ff..1ce2c318 100755 Binary files a/.config/helix/runtime/grammars/ron.so and b/.config/helix/runtime/grammars/ron.so differ diff --git a/.config/helix/runtime/grammars/rust.so b/.config/helix/runtime/grammars/rust.so index a051a434..06d5d2ae 100755 Binary files a/.config/helix/runtime/grammars/rust.so and b/.config/helix/runtime/grammars/rust.so differ diff --git a/.config/helix/runtime/grammars/tera.so b/.config/helix/runtime/grammars/tera.so new file mode 100755 index 00000000..23e0ed21 Binary files /dev/null and b/.config/helix/runtime/grammars/tera.so differ diff --git a/.config/helix/runtime/grammars/yara.so b/.config/helix/runtime/grammars/yara.so new file mode 100755 index 00000000..5305c7c7 Binary files /dev/null and b/.config/helix/runtime/grammars/yara.so differ diff --git a/.config/helix/runtime/grammars/zig.so b/.config/helix/runtime/grammars/zig.so index 423975b0..79c7bc8a 100755 Binary files a/.config/helix/runtime/grammars/zig.so and b/.config/helix/runtime/grammars/zig.so differ diff --git a/.config/yazi/package.toml b/.config/yazi/package.toml index 3ec1fd36..b783ec20 100644 --- a/.config/yazi/package.toml +++ b/.config/yazi/package.toml @@ -50,5 +50,5 @@ hash = "ada10d1213f2117878e0fd90df708619" [[flavor.deps]] use = "ashen-org/ashen:ashen" -rev = "143aad5" +rev = "42ed408" hash = "a6f097910912721681300869a94d1fd8"