adds directory to project switcher

This commit is contained in:
Dennis Schoepf 2025-09-06 20:54:49 +02:00
parent 1bcd84feae
commit d2beef02bc

View file

@ -13,6 +13,8 @@ function M.project_dirs()
table.insert(projects, dir) table.insert(projects, dir)
end end
table.insert(projects, wezterm.home_dir .. "/orgnzr")
return projects return projects
end end