diff options
Diffstat (limited to 'plugins/copyfilelocation.lua')
-rw-r--r-- | plugins/copyfilelocation.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/copyfilelocation.lua b/plugins/copyfilelocation.lua index 0f395ea..b370090 100644 --- a/plugins/copyfilelocation.lua +++ b/plugins/copyfilelocation.lua @@ -1,8 +1,6 @@ -- mod-version:1 -- lite-xl 2.00 local core = require "core" local command = require "core.command" -local config = require "core.config" - command.add("core.docview", { ["copy-file-location:copy-file-location"] = function() |