update:restructure

This commit is contained in:
2026-04-15 12:00:40 +09:00
parent 28f36fc9ac
commit dc247c17af
18 changed files with 97 additions and 146 deletions

View File

@@ -1,7 +1,7 @@
local M = {}
local lazy = require("utils.lazy")
local pack = require("utils.pack")
local pack = require("commands.pack")
local function with_telescope(fn)
lazy.load_once("telescope", pack.registry({ "plenary.nvim", "telescope.nvim" }), function()