diff options
author | Francesco Abbate <francesco.bbt@gmail.com> | 2021-04-08 16:21:43 +0200 |
---|---|---|
committer | Francesco Abbate <francesco.bbt@gmail.com> | 2021-04-08 16:21:43 +0200 |
commit | 536a0ce054319d2ea92c665510afe8a388b043ca (patch) | |
tree | 4f1ba435d7719597d283244f3c8bf6ea8fa00f0b /plugins/datetimestamps.lua | |
parent | fd4c78986139116e8f629cbb0a92434ce892d1b3 (diff) | |
download | lite-xl-plugins-536a0ce054319d2ea92c665510afe8a388b043ca.tar.gz lite-xl-plugins-536a0ce054319d2ea92c665510afe8a388b043ca.zip |
More validated plugins
Diffstat (limited to 'plugins/datetimestamps.lua')
-rw-r--r-- | plugins/datetimestamps.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/datetimestamps.lua b/plugins/datetimestamps.lua index 518f0a9..e1d7d3b 100644 --- a/plugins/datetimestamps.lua +++ b/plugins/datetimestamps.lua @@ -1,3 +1,4 @@ +-- lite-xl 1.16 local core = require "core" local config = require "core.config" local command = require "core.command" |