diff options
author | Francesco Abbate <francesco.bbt@gmail.com> | 2021-04-08 14:23:41 +0200 |
---|---|---|
committer | Francesco Abbate <francesco.bbt@gmail.com> | 2021-04-08 14:23:41 +0200 |
commit | 5ee3f8782bee88fb34181d8e504ada52af7f0879 (patch) | |
tree | 745fc9cf1613e89d4e70e4c82c9f2be50bf2b214 /plugins/autowrap.lua | |
parent | 5e753c5c4bf5b086f031fa0fbbe5a3b045298ab5 (diff) | |
download | lite-xl-plugins-5ee3f8782bee88fb34181d8e504ada52af7f0879.tar.gz lite-xl-plugins-5ee3f8782bee88fb34181d8e504ada52af7f0879.zip |
Initial verification and plugin tagging
Diffstat (limited to 'plugins/autowrap.lua')
-rw-r--r-- | plugins/autowrap.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/autowrap.lua b/plugins/autowrap.lua index 85d4c24..9df59a5 100644 --- a/plugins/autowrap.lua +++ b/plugins/autowrap.lua @@ -1,3 +1,4 @@ +-- lite-xl 1.16 require "plugins.reflow" local config = require "core.config" local command = require "core.command" |