Skip to content

Commit

Permalink
wip (core)
Browse files Browse the repository at this point in the history
  • Loading branch information
ucpr committed May 8, 2024
1 parent fc0f6a0 commit 56198b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvim/dpp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export class Config extends BaseConfig {
"toml",
"load",
{
path: await fn.expand(args.denops, dotfilesDir + "tomls/dein.toml"),
path: await fn.expand(args.denops, dotfilesDir + "lua/plugins/core/dein.toml"),
options: {
lazy: false,
},
Expand Down
File renamed without changes.

0 comments on commit 56198b9

Please sign in to comment.