Skip to content

Commit

Permalink
Removed old hack to support jgm's stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamharrison committed Apr 6, 2024
1 parent 0a2e8ec commit 6047bb2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugins/plugin_manager/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ config.plugins.plugin_manager = common.merge({
debug = false
}, config.plugins.plugin_manager)

package.path = package.path .. ";" .. USERDIR .. "/libraries/?.lua" .. ";" .. USERDIR .. "/libraries/?/init.lua" .. ";" .. DATADIR .. "/libraries/?.lua" .. ";" .. DATADIR .. "/libraries/?/init.lua"

if not config.plugins.plugin_manager.lpm_binary_path then
local paths = {
DATADIR .. PATHSEP .. "plugins" .. PATHSEP .. "plugin_manager" .. PATHSEP .. config.plugins.plugin_manager.lpm_binary_name,
Expand Down

0 comments on commit 6047bb2

Please sign in to comment.