fixed the broken flake thing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user