aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/plugin_manager.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/plugin_manager.lua b/plugins/plugin_manager.lua
index fc3eceb..c832bc9 100644
--- a/plugins/plugin_manager.lua
+++ b/plugins/plugin_manager.lua
@@ -5,7 +5,7 @@ local style = require "core.style"
local common = require "core.common"
local config = require "core.config"
local command = require "core.command"
-local json = require "library.json"
+local json = require "libraries.json"
local View = require "core.view"
local keymap = require "core.keymap"
local ContextMenu = require "core.contextmenu"