-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #140 from EricCrosson/dependabot/submodules/helix-…
…07019c3 chore(deps): bump helix from `a8b123f` to `07019c3`
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule helix
updated
15 files
+2 −0 | book/src/generated/lang-support.md | |
+3 −1 | flake.nix | |
+1 −0 | helix-term/Cargo.toml | |
+3 −2 | helix-term/src/commands.rs | |
+2 −0 | helix-term/src/commands/dap.rs | |
+3 −0 | helix-term/src/health.rs | |
+6 −5 | helix-term/src/ui/prompt.rs | |
+12 −0 | helix-view/src/clipboard.rs | |
+29 −0 | languages.toml | |
+110 −0 | runtime/queries/cue/highlights.scm | |
+43 −0 | runtime/queries/dot/highlights.scm | |
+2 −0 | runtime/queries/dot/injections.scm | |
+112 −0 | runtime/themes/flatwhite.toml | |
+3 −0 | runtime/themes/gruvbox.toml | |
+3 −0 | runtime/themes/gruvbox_light.toml |