sessions and nvim tree
This commit is contained in:
parent
b542af2f39
commit
78f04bda73
12 changed files with 239 additions and 12 deletions
1
init.lua
1
init.lua
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue