Stuff
This commit is contained in:
@@ -257,10 +257,12 @@ function M.apply(cwd)
|
||||
end
|
||||
last_applied = name
|
||||
|
||||
local setup = PROJECTS[name] or PROJECTS.default
|
||||
local setup = PROJECTS[name]
|
||||
if type(setup) == 'function' then
|
||||
setup(dir)
|
||||
vim.notify(('Project config loaded: %s'):format(name), vim.log.levels.INFO, { title = 'projects.lua' })
|
||||
else
|
||||
PROJECTS.default(dir)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user