Skip to content

Commit

Permalink
use symlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
71 authored and Strackeror committed Aug 17, 2024
1 parent 47c2737 commit 77882fd
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 40 deletions.
5 changes: 0 additions & 5 deletions extensions/helix/LICENSE

This file was deleted.

1 change: 1 addition & 0 deletions extensions/helix/LICENSE
1 change: 1 addition & 0 deletions extensions/helix/README.md
1 change: 1 addition & 0 deletions extensions/helix/assets
Binary file removed extensions/helix/dance.png
Binary file not shown.
20 changes: 1 addition & 19 deletions extensions/helix/package.build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const pkg = (modules: Builder.ParsedModule[]) => ({
publisher: "gregoire",
categories: ["Keymaps", "Other"],
readme: "README.md",
icon: "dance.png",
icon: "assets/dance.png",
extensionKind: ["ui", "workspace"],

scripts: {
Expand All @@ -58,21 +58,6 @@ export const pkg = (modules: Builder.ParsedModule[]) => ({
configurationDefaults: {
"dance.defaultMode": "helix/normal",
"dance.modes": {
"": {
hiddenSelectionsIndicatorsDecoration: {
after: {
color: "$list.warningForeground",
},
backgroundColor: "$inputValidation.warningBackground",
borderColor: "$inputValidation.warningBorder",
borderStyle: "solid",
borderWidth: "1px",
isWholeLine: true,
},
},
"input": {
cursorStyle: "underline-thin",
},
"helix/insert": {
onLeaveMode: [
[".selections.save", {
Expand Down Expand Up @@ -202,16 +187,13 @@ export const pkg = (modules: Builder.ParsedModule[]) => ({
keybindings.filter(key => key.when.includes(whenMode)),
whenMode,
));

}

return [
...keybindings,
...ignoredKeybindings,
];
})(),


},
});

Expand Down
17 changes: 1 addition & 16 deletions extensions/helix/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 77882fd

Please sign in to comment.