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,8 +1,8 @@
local M = {}
local pack = require("utils.pack")
local mason_utils = require("utils.mason")
local lsp_tools = require("plugins.lsp_tools")
local pack = require("commands.pack")
local mason_utils = require("commands.mason")
local lsp_tools = require("plugins.lsp-manager")
function M.setup()
pack.add({ "mason", "nvim-lspconfig", "conform", "symbol-usage" })