diff options
author | Adam <adamdharrison@gmail.com> | 2022-09-16 22:50:34 -0400 |
---|---|---|
committer | Adam <adamdharrison@gmail.com> | 2022-09-16 22:50:34 -0400 |
commit | cc0c39b05a783742c10910bb31143e4852126385 (patch) | |
tree | ecb62b0850075ae7f3ef3cd705b1959d5ffafded /plugins | |
parent | a9b99e395384ad4fd37f19800582607e13ffe7dc (diff) | |
download | lite-xl-plugin-manager-cc0c39b05a783742c10910bb31143e4852126385.tar.gz lite-xl-plugin-manager-cc0c39b05a783742c10910bb31143e4852126385.zip |
Changed to libraries.
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/plugin_manager.lua | 2 |
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" |