fixed the broken flake thing

This commit is contained in:
2026-07-06 16:30:31 +01:00
parent 7de01201e8
commit 43112fbc1f
2 changed files with 5 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
local plugins = {}
-- 1. Setup paths
local lua_path = vim.fn.stdpath("config") .. "/lua"
local lua_path = os.getenv("CONFIG_ROOT") .. "/lua"
local plugin_dir = lua_path .. "/plugins"
-- 2. Use ** to search recursively for all .lua files