From 56198b9637c5e3dfffc9726fa53dad28b368f47d Mon Sep 17 00:00:00 2001 From: ucpr Date: Wed, 8 May 2024 18:39:26 +0900 Subject: [PATCH] wip (core) --- nvim/dpp.ts | 2 +- nvim/{tomls => lua/plugins/core}/dein.toml | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename nvim/{tomls => lua/plugins/core}/dein.toml (100%) 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