installs keyboard cowboy
This commit is contained in:
parent
c9fcb852f3
commit
8d0f0df4fa
2 changed files with 2 additions and 1 deletions
|
|
@ -32,6 +32,7 @@
|
||||||
"raycast"
|
"raycast"
|
||||||
"spotify"
|
"spotify"
|
||||||
"zen"
|
"zen"
|
||||||
|
"keyboard-cowboy"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ return {
|
||||||
preferences = {
|
preferences = {
|
||||||
includeCompletionsForModuleExports = true,
|
includeCompletionsForModuleExports = true,
|
||||||
includeCompletionsForImportStatements = true,
|
includeCompletionsForImportStatements = true,
|
||||||
importModuleSpecifierPreference = "shortest",
|
importModuleSpecifierPreference = "relative",
|
||||||
importModuleSpecifierEnding = "minimal",
|
importModuleSpecifierEnding = "minimal",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue