sessions and nvim tree

This commit is contained in:
RingOfStorms (Joshua Bell) 2024-05-01 18:11:18 -05:00
parent b542af2f39
commit 78f04bda73
12 changed files with 239 additions and 12 deletions

View file

@ -4,7 +4,6 @@ if NIX then
-- However this pollutes the path, it could be limited to just init files but this approach here one level deep is adequate for my own needs
package.path = package.path .. ";" .. NIX.storePath .. "/lua/?.lua"
package.path = package.path .. ";" .. NIX.storePath .. "/lua/?/init.lua"
print(vim.inspect(NIX))
end
U = require("util") -- NOTE global U[til]