diff --git a/nvim/dpp.ts b/nvim/dpp.ts index bd47109..a7fcc20 100644 --- a/nvim/dpp.ts +++ b/nvim/dpp.ts @@ -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, }, diff --git a/nvim/tomls/dein.toml b/nvim/lua/plugins/core/dein.toml similarity index 100% rename from nvim/tomls/dein.toml rename to nvim/lua/plugins/core/dein.toml