Skip to content

Commit

Permalink
Fix import globs
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Dec 6, 2023
1 parent 17c1a2c commit d24ae8c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions denops/ddc/loader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,9 @@ export class Loader {
const runtimepath = await op.runtimepath.getGlobal(denops);
for (
const glob of [
"denops/@ddu-columns/*.ts",
"denops/@ddu-filters/*.ts",
"denops/@ddu-kinds/*.ts",
"denops/@ddu-sources/*.ts",
"denops/@ddu-uis/*.ts",
"denops/@ddc-filters/*.ts",
"denops/@ddc-sources/*.ts",
"denops/@ddc-uis/*.ts",
]
) {
mods = mods.concat(
Expand Down

0 comments on commit d24ae8c

Please sign in to comment.